aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-31 14:45:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-31 14:45:36 +0100
commit99c2a31749bb409e4026907f011bb307b2096e8b (patch)
tree73cfeaf3accb3a7c1d782159b2c9884285eee7dc /pandoc.cabal
parent699c11888525279eeb878242bf9e2cc9a8a30c09 (diff)
downloadpandoc-99c2a31749bb409e4026907f011bb307b2096e8b.tar.gz
Version bounds: require skylighting 0.1.1.4, bump bounds for blaze-*.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal10
1 files changed, 5 insertions, 5 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,