diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-05-26 13:02:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 22:02:54 -0700 |
commit | 46cb70a30c18a8d2a85dab135ed75cc44d722458 (patch) | |
tree | 23f160bf712a867d3428dfa83837f9f30021b4f1 | |
parent | fe000134a86d6ee287e6c01f8ab70d9f99a7c9ed (diff) | |
download | pandoc-46cb70a30c18a8d2a85dab135ed75cc44d722458.tar.gz |
Allow aeson 1.5 (#6400)
Builds fine and all tests pass here.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index f055cb2d5..5e6390b86 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -398,7 +398,7 @@ library split >= 0.2 && < 0.3, random >= 1 && < 1.2, pandoc-types >= 1.21 && < 1.22, - aeson >= 0.7 && < 1.5, + aeson >= 0.7 && < 1.6, scientific >= 0.3 && < 0.4, aeson-pretty >= 0.8.5 && < 0.9, tagsoup >= 0.14.6 && < 0.15, |