summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-06-28 08:30:39 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-06-28 08:30:39 -0700
commit6decf7c037a5c2e9e2dfafc9fb0ed772b1546860 (patch)
tree44046a46e1ed223aeb2fe4d34bb1f98e0415511c
parent561510166f59b024beb5d49f1c0575ba8efce147 (diff)
Allow aeson 2.2.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7bf84a620..d30f25450 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -465,7 +465,7 @@ library
Glob >= 0.7 && < 0.11,
JuicyPixels >= 3.1.6.1 && < 3.4,
SHA >= 1.6 && < 1.7,
- aeson >= 2.0.1.0 && < 2.2,
+ aeson >= 2.0.1.0 && < 2.3,
aeson-pretty >= 0.8.9 && < 0.9,
array >= 0.5 && < 0.6,
attoparsec >= 0.12 && < 0.15,