aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-30 11:53:18 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-30 11:53:18 -0700
commit946764ccf7e25cb17997a8272bea3cba1536a5c5 (patch)
tree5d428a39d4df380c353ef834aa37cff314bcce38 /pandoc.cabal
parent83ad8982e1fcfe91d9e379241a4522a2f4bdd2ab (diff)
downloadpandoc-946764ccf7e25cb17997a8272bea3cba1536a5c5.tar.gz
Bumped versions of json and base64-bytestring dependencies.
Thanks to Dirk Ullirch.
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 c33255ca8..a3a0709e1 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -220,9 +220,9 @@ Library
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
pandoc-types >= 1.10 && < 1.11,
- json >= 0.4 && < 0.6,
+ json >= 0.4 && < 0.8,
tagsoup >= 0.12.5 && < 0.13,
- base64-bytestring >= 0.1 && < 0.2,
+ base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.1 && < 0.6,
data-default >= 0.4 && < 0.6,
@@ -330,9 +330,9 @@ Executable pandoc
extensible-exceptions >= 0.1 && < 0.2,
citeproc-hs >= 0.3.4 && < 0.4,
pandoc-types >= 1.10 && < 1.11,
- json >= 0.4 && < 0.6,
+ json >= 0.4 && < 0.8,
tagsoup >= 0.12.5 && < 0.13,
- base64-bytestring >= 0.1 && < 0.2,
+ base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.1 && < 0.6,
data-default >= 0.4 && < 0.6,
@@ -426,7 +426,7 @@ benchmark benchmark-pandoc
syb >= 0.1 && < 0.4,
pandoc,
criterion >= 0.5 && < 0.7,
- json >= 0.4 && < 0.6
+ json >= 0.4 && < 0.8
if impl(ghc >= 7.0.1)
Ghc-Options: -O2 -rtsopts -Wall -fno-warn-unused-do-bind -dno-debug-output
else