From 99c2a31749bb409e4026907f011bb307b2096e8b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 31 Jan 2017 14:45:36 +0100 Subject: Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*. --- pandoc.cabal | 10 +++++----- stack.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index a64e8ed26..b732d2706 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -277,11 +277,11 @@ Library tagsoup >= 0.13.7 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, - skylighting >= 0.1.1.2 && < 0.2, + skylighting >= 0.1.1.4 && < 0.2, data-default >= 0.4 && < 0.8, temporary >= 1.1 && < 1.3, - blaze-html >= 0.5 && < 0.9, - blaze-markup >= 0.5.1 && < 0.8, + blaze-html >= 0.5 && < 0.10, + blaze-markup >= 0.5.1 && < 0.9, yaml >= 0.8.8.2 && < 0.9, scientific >= 0.2 && < 0.4, vector >= 0.10 && < 0.13, @@ -435,7 +435,7 @@ Executable pandoc text >= 0.11 && < 1.3, bytestring >= 0.9 && < 0.11, extensible-exceptions >= 0.1 && < 0.2, - skylighting >= 0.1.1.2 && < 0.2, + skylighting >= 0.1.1.3 && < 0.2, aeson >= 0.7.0.5 && < 1.2, yaml >= 0.8.8.2 && < 0.9, containers >= 0.1 && < 0.6, @@ -512,7 +512,7 @@ Test-Suite test-pandoc directory >= 1 && < 1.4, filepath >= 1.1 && < 1.5, process >= 1 && < 1.5, - skylighting >= 0.1.1.2 && < 0.2, + skylighting >= 0.1.1.3 && < 0.2, Diff >= 0.2 && < 0.4, test-framework >= 0.3 && < 0.9, test-framework-hunit >= 0.2 && < 0.4, diff --git a/stack.yaml b/stack.yaml index a740fa761..df056ade8 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,6 +10,6 @@ packages: extra-deps: - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 -- skylighting-0.1.1.2 +- skylighting-0.1.1.4 - texmath-0.9 resolver: lts-7.14 -- cgit v1.2.3