From b4959783167c9d43c05da8b82cd3468ecdad7d40 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 12 Sep 2025 17:54:21 +0200 Subject: [PATCH] Bump up the maximum containers version to 0.8 --- graphql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql.cabal b/graphql.cabal index 7e09940..c2c9a62 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -58,7 +58,7 @@ library build-depends: base >= 4.15 && < 5, conduit ^>= 1.3.4, - containers >= 0.6 && < 0.8, + containers >= 0.6 && < 0.9, exceptions ^>= 0.10.4, megaparsec >= 9.0 && < 10, parser-combinators >= 1.3 && < 2,