aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-02 12:13:21 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-02 12:13:35 -0800
commit66fc644ddb68b3d8529fa82d4de930dc4e342820 (patch)
treeada06f2f8a101174504b0c4981091bcc03ce7ff8
parent6c1afc04122ab5386c7c9d4cab6e68eda15d7f8e (diff)
downloadpandoc-66fc644ddb68b3d8529fa82d4de930dc4e342820.tar.gz
Allow aeson 1.1.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 958a5f70d..7ed26820f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -271,7 +271,7 @@ Library
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.17 && < 1.18,
- aeson >= 0.7 && < 1.1,
+ aeson >= 0.7 && < 1.2,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
@@ -432,7 +432,7 @@ Executable pandoc
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
skylighting >= 0.1.0.1 && < 0.2,
- aeson >= 0.7.0.5 && < 1.1,
+ aeson >= 0.7.0.5 && < 1.2,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.4