diff options
-rw-r--r-- | pandoc.cabal | 2 |
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, |