From 19549a17bdc7f77e4966181ddb5b20760ffcd7c7 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 21 Mar 2024 08:58:47 -0500 Subject: [PATCH] Allow containers 0.7 --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index 5eb2cc5..225b51f 100644 --- a/witch.cabal +++ b/witch.cabal @@ -25,7 +25,7 @@ common library build-depends: , base >= 4.16.0 && < 4.20 , bytestring >= 0.11.3 && < 0.13 - , containers >= 0.6.5 && < 0.7 + , containers >= 0.6.5 && < 0.8 , tagged >= 0.8.6 && < 0.9 , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2 , time >= 1.11.1 && < 1.13