summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-04-22 17:59:13 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-04-22 17:59:13 +0200
commitb68135d34dfc0e53ca0aa5db4be3f4a2359001f4 (patch)
tree9d8986033c0604713d3949d32e398e4f4aa77184 /pandoc.cabal
parente30a25701f35137747f076729b972f9d57608d9d (diff)
Allow aeson 1.2.0.0.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index eed25111e..f50abdcbb 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -295,7 +295,7 @@ Library
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
pandoc-types >= 1.17 && < 1.18,
- aeson >= 0.7 && < 1.2,
+ aeson >= 0.7 && < 1.3,
aeson-pretty >= 0.8 && < 0.9,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,