summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-09-20 13:19:02 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-09-20 13:19:16 -0700
commitd25a37c122a85b0aeef7d0039d5464d275ad4b07 (patch)
treee970a6ad0ff9d1694fad32ed65491e93c84784b5 /pandoc.cabal
parent9b033672e4302501f11af21dc297a39a9d5960fc (diff)
Allow aeson 0.10.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index f6884adb2..0e1e75897 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -260,7 +260,7 @@ Library
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.12.4 && < 1.13,
- aeson >= 0.7 && < 0.10,
+ aeson >= 0.7 && < 0.11,
tagsoup >= 0.13.1 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
@@ -410,7 +410,7 @@ Executable pandoc
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.6 && < 0.7,
- aeson >= 0.7.0.5 && < 0.10,
+ aeson >= 0.7.0.5 && < 0.11,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3