From d3362b202411c1967a2787a7e16e236eb9252d59 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Sun, 24 Jul 2022 17:04:42 +0200 Subject: [PATCH] Allow aeson-2.1 (#26) --- goldplate.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldplate.cabal b/goldplate.cabal index da6cfb1..94b6c6a 100644 --- a/goldplate.cabal +++ b/goldplate.cabal @@ -47,7 +47,7 @@ Executable goldplate Paths_goldplate Build-depends: - aeson >= 1.4 && < 2.1, + aeson >= 1.4 && < 2.2, aeson-pretty >= 0.8 && < 0.9, async >= 2.2 && < 2.3, base >= 4.11 && < 5,