From e2107544e0e5ae7a55a5294d6d0ce5f77137810d Mon Sep 17 00:00:00 2001 From: jappeace-sloth Date: Sun, 19 Apr 2026 10:50:30 +0000 Subject: [PATCH] Allow containers 0.8 Widen containers bound from ^>=0.6.4 || ^>=0.7 to also include ^>=0.8. Keter only uses standard Data.Map and Data.Set APIs, none of which have breaking changes in 0.8. Co-Authored-By: Claude Opus 4.6 --- keter.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keter.cabal b/keter.cabal index b453d05..9077506 100644 --- a/keter.cabal +++ b/keter.cabal @@ -38,7 +38,7 @@ library , case-insensitive >=1.2.1 && <1.3 , conduit >=1.3.4 && <1.4 , conduit-extra >=1.3.5 && <1.4 - , containers ^>=0.6.4 || ^>=0.7 + , containers ^>=0.6.4 || ^>=0.7 || ^>=0.8 , directory >=1.3.6 && <1.4 , fast-logger >=3.0.0 && <4.0.0 , filepath >=1.4.2 && <1.6