aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-12 19:39:21 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-12 19:39:21 -0700
commitbc95721754a8d082de250dd545088f92e86b5c11 (patch)
tree9968c356442206f9a48798912e90a4fe94c88e6d /pandoc.cabal
parent051c366029eb7c18ac57126eba0d5c534be1230e (diff)
downloadpandoc-bc95721754a8d082de250dd545088f92e86b5c11.tar.gz
Allow aeson 2.0
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 82938c085..c13c768f4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -523,7 +523,7 @@ library
HsYAML >= 0.2 && < 0.3,
JuicyPixels >= 3.1.6.1 && < 3.4,
SHA >= 1.6 && < 1.7,
- aeson >= 0.7 && < 1.6,
+ aeson >= 0.7 && < 2.1,
aeson-pretty >= 0.8.5 && < 0.9,
array >= 0.5 && < 0.6,
attoparsec >= 0.12 && < 0.15,