diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-06-16 19:34:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 11:34:52 -0600 |
| commit | a4a0a47a91f6b04d5de02a85295b0240a0f33d2e (patch) | |
| tree | 4a934d8df53e50d4062f447a8fc575b0a09bb20d | |
| parent | 37fc412daa145ab666f9c400781435152a6ed72c (diff) | |
Allow aeson 2.1 (#8130)
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
