From 7ecb424e701d50d5da0ad7c4d5fd3ec736fa2967 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 14 Sep 2025 15:18:18 +0200 Subject: [PATCH] Bump up the maximum containers version to 0.8 --- graphql-spice.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphql-spice.cabal b/graphql-spice.cabal index 191490d..f1e877d 100644 --- a/graphql-spice.cabal +++ b/graphql-spice.cabal @@ -36,7 +36,7 @@ library aeson >= 2.0.3 && < 2.3, base >= 4.7 && < 5, conduit ^>= 1.3.4, - containers >= 0.6 && < 0.8, + containers >= 0.6 && < 0.9, exceptions ^>= 0.10.4, hspec-expectations >= 0.8.2 && < 0.9, graphql ^>= 1.5.0, @@ -44,7 +44,7 @@ library scientific ^>= 0.3.7, template-haskell >= 2.16 && < 3, text >= 1.2 && < 3, - time >= 1.12.2 && < 1.15, + time >= 1.12.2 && < 1.16, transformers >= 0.5.6 && < 0.7, vector >= 0.12 && < 0.14, unordered-containers ^>= 0.2.16