summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphql.cabal2
1 files changed, 1 insertions, 1 deletions
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,