aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-08-30 08:28:59 -0700
committerJohn MacFarlane <[email protected]>2022-08-30 09:05:40 -0700
commit2d86b8dea900a5c7310ed4301865cb454dcda0c4 (patch)
tree09d560053dd8ba27df52693be911e3903f0fe803
parent06c3928986c7b1a8463ac02de81ac64570f5afd6 (diff)
Require aeson >= 2.0.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index dd0835d40..c1cf6f98c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -464,7 +464,7 @@ library
build-depends: Glob >= 0.7 && < 0.11,
JuicyPixels >= 3.1.6.1 && < 3.4,
SHA >= 1.6 && < 1.7,
- aeson >= 0.7 && < 2.2,
+ aeson >= 2.0 && < 2.2,
aeson-pretty >= 0.8.9 && < 0.9,
array >= 0.5 && < 0.6,
attoparsec >= 0.12 && < 0.15,