summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-04-24 11:55:20 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-04-24 11:55:20 -0700
commitb08de8fe3521e54b34bb7ed3af9edccdf987d8c3 (patch)
treea8cc1ae466d4a6d87d8ed43a91aeaf0217982fa7
parentd16775e1c7ba248e693817a8d53ebcb9a8332ed5 (diff)
Require aeson >= 0.7.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index eae8b97e0..2eaf88841 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -222,7 +222,7 @@ Library
random >= 1 && < 1.1,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.12.3 && < 1.13,
- aeson >= 0.6 && < 0.8,
+ aeson >= 0.7 && < 0.8,
tagsoup >= 0.13.1 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.6,
@@ -328,7 +328,7 @@ Executable pandoc
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.6 && < 0.6,
- aeson >= 0.6 && < 0.8,
+ aeson >= 0.7 && < 0.8,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3