From ec3365aac9ab6d6c6d5e1bb8f90ae6e4bb84ee4a Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Tue, 8 Aug 2023 22:24:52 +0300 Subject: [PATCH] Allow aeson 2.2 (#999) --- hakyll.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hakyll.cabal b/hakyll.cabal index 6b724e26..b2fe9d7d 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -181,7 +181,7 @@ Library Paths_hakyll Build-Depends: - aeson >= 1.0 && < 1.6 || >= 2.0 && < 2.2, + aeson >= 1.0 && < 1.6 || >= 2.0 && < 2.3, base >= 4.12 && < 5, binary >= 0.5 && < 0.10, blaze-html >= 0.5 && < 0.10, @@ -288,7 +288,7 @@ Test-suite hakyll-tests tasty-hunit >= 0.9 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11, -- Copy pasted from hakyll dependencies: - aeson >= 1.0 && < 1.6 || >= 2.0 && < 2.2, + aeson >= 1.0 && < 1.6 || >= 2.0 && < 2.3, base >= 4.12 && < 5, bytestring >= 0.9 && < 0.12, containers >= 0.3 && < 0.7,