diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-05-28 08:46:22 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-05-28 08:46:22 -0700 |
commit | ed43a90259ca6aede26e7c61fc28fd73489d2320 (patch) | |
tree | 71f556522344f86839b055126452cebee6c10319 | |
parent | d9e5d9fe068931a7244a6b72e33c4a7dbacbe7ef (diff) | |
download | pandoc-ed43a90259ca6aede26e7c61fc28fd73489d2320.tar.gz |
Bump upper bound for aeson.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 98315219f..d4e408dcf 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -259,7 +259,7 @@ Library random >= 1 && < 1.2, extensible-exceptions >= 0.1 && < 0.2, pandoc-types >= 1.12.4 && < 1.13, - aeson >= 0.7 && < 0.9, + aeson >= 0.7 && < 0.10, tagsoup >= 0.13.1 && < 0.14, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, @@ -397,7 +397,7 @@ Executable pandoc bytestring >= 0.9 && < 0.11, extensible-exceptions >= 0.1 && < 0.2, highlighting-kate >= 0.6 && < 0.7, - aeson >= 0.7.0.5 && < 0.9, + aeson >= 0.7.0.5 && < 0.10, yaml >= 0.8.8.2 && < 0.9, containers >= 0.1 && < 0.6, HTTP >= 4000.0.5 && < 4000.3 |