From ca4baeb8046ac0a2049b470fa0eed040fccd7a80 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 24 Oct 2021 12:16:03 +0200 Subject: [PATCH] Fix #18: relax to aeson < 2.1 --- goldplate.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldplate.cabal b/goldplate.cabal index b5c9731..cbb1ec2 100644 --- a/goldplate.cabal +++ b/goldplate.cabal @@ -45,7 +45,7 @@ Executable goldplate Paths_goldplate Build-depends: - aeson >= 1.4 && < 1.6, + aeson >= 1.4 && < 2.1, aeson-pretty >= 0.8 && < 0.9, async >= 2.2 && < 2.3, base >= 4.11 && < 5,