diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-08-20 22:56:27 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-08-20 22:56:27 +0200 |
commit | b7b5458450e56181aedcaa3e75083f5c3e6970b8 (patch) | |
tree | 98cc1df437385c93141fa720a12cf1c93d89ea68 | |
parent | f59dfb8d17a8b50bbd14184edb7476130f83d3be (diff) | |
download | pandoc-b7b5458450e56181aedcaa3e75083f5c3e6970b8.tar.gz |
Allow aeson 1.0.*.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 3565e4dd8..1db7ded0b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -268,7 +268,7 @@ Library random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, pandoc-types >= 1.16 && < 1.17, - aeson >= 0.7 && < 0.12, + aeson >= 0.7 && < 1.1, 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, highlighting-kate >= 0.6.2 && < 0.7, - aeson >= 0.7.0.5 && < 0.12, + aeson >= 0.7.0.5 && < 1.1, yaml >= 0.8.8.2 && < 0.9, containers >= 0.1 && < 0.6, HTTP >= 4000.0.5 && < 4000.4 |