From 46cb70a30c18a8d2a85dab135ed75cc44d722458 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 26 May 2020 13:02:54 +0800 Subject: [PATCH] Allow aeson 1.5 (#6400) Builds fine and all tests pass here. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index f055cb2d5..5e6390b86 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -398,7 +398,7 @@ library split >= 0.2 && < 0.3, random >= 1 && < 1.2, pandoc-types >= 1.21 && < 1.22, - aeson >= 0.7 && < 1.5, + aeson >= 0.7 && < 1.6, scientific >= 0.3 && < 0.4, aeson-pretty >= 0.8.5 && < 0.9, tagsoup >= 0.14.6 && < 0.15,