From a4a0a47a91f6b04d5de02a85295b0240a0f33d2e Mon Sep 17 00:00:00 2001 From: Albert Krewinkel <albert@zeitkraut.de> Date: Thu, 16 Jun 2022 19:34:52 +0200 Subject: [PATCH] Allow aeson 2.1 (#8130) --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index d7d9d2a2f..32208527a 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -466,7 +466,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.1, + aeson >= 0.7 && < 2.2, aeson-pretty >= 0.8.9 && < 0.9, array >= 0.5 && < 0.6, attoparsec >= 0.12 && < 0.15,