From 746b67fe68c39e4abd7ce67be1506a421a24aa85 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 14 Oct 2022 21:08:08 +0300 Subject: [PATCH] Allow aeson 2.1 Builds fine and all tests pass. --- brittany.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brittany.cabal b/brittany.cabal index ad87944..7ffb956 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -38,7 +38,7 @@ flag pedantic common library build-depends: - , aeson ^>= 2.0.1 + , aeson ^>= 2.0.1 || ^>= 2.1 , base ^>= 4.15.0 , butcher ^>= 1.3.3 , bytestring ^>= 0.10.12 -- 2.30.2