From 17f6dd0ffd19878f6d174c0534944ffa4e7a6cf4 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Mon, 25 Aug 2025 10:31:21 +0100 Subject: [PATCH] Bump to containers < 0.9 --- extensions.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions.cabal b/extensions.cabal index 8e4f824..44d4d13 100644 --- a/extensions.cabal +++ b/extensions.cabal @@ -95,7 +95,7 @@ library -- revisit this decision and come up with -- another approach. , Cabal-syntax ^>= 3.14 - , containers >= 0.6 && < 0.8 + , containers >= 0.6 && < 0.9 , directory ^>= 1.3 , filepath >= 1.4 && < 1.6 , ghc-boot-th >= 8.8.1 && < 9.13