diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-10 10:24:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-10 10:24:12 -0700 |
commit | 158344d26d64f4ec146bf3ed3c22d08648d89ad0 (patch) | |
tree | 645945bf17341d2489c78d1cfae4f635e2a72bf2 | |
parent | edcfbccf5dbef7d64b498376b457cc0e44fd275c (diff) | |
download | pandoc-158344d26d64f4ec146bf3ed3c22d08648d89ad0.tar.gz |
Allow aeson-1.4.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index db2ccb8ed..377dd67b1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -364,7 +364,7 @@ library split >= 0.2 && < 0.3, random >= 1 && < 1.2, pandoc-types >= 1.17.4.2 && < 1.18, - aeson >= 0.7 && < 1.4, + aeson >= 0.7 && < 1.5, aeson-pretty >= 0.8.5 && < 0.9, tagsoup >= 0.14.6 && < 0.15, base64-bytestring >= 0.1 && < 1.1, |