diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 09:30:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-02-09 09:30:36 -0800 |
commit | e552a14bf9e30a12cffaf2a14d8fa181ce39e696 (patch) | |
tree | 9f4741a4d06650383775620b39dae8e89549f657 | |
parent | 7034366398fe35b18ecef009cdae18f993d8d385 (diff) | |
download | pandoc-e552a14bf9e30a12cffaf2a14d8fa181ce39e696.tar.gz |
Allow aeson 0.11.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 1918e4879..d82a7e629 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.16 && < 1.17, - aeson >= 0.7 && < 0.11, + aeson >= 0.7 && < 0.12, tagsoup >= 0.13.1 && < 0.14, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, @@ -416,7 +416,7 @@ Executable pandoc bytestring >= 0.9 && < 0.11, extensible-exceptions >= 0.1 && < 0.2, highlighting-kate >= 0.6.1 && < 0.7, - aeson >= 0.7.0.5 && < 0.11, + aeson >= 0.7.0.5 && < 0.12, yaml >= 0.8.8.2 && < 0.9, containers >= 0.1 && < 0.6, HTTP >= 4000.0.5 && < 4000.4 |