From db19743a26e6c27ed4c518d4e52186be60fce2e0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 2 Mar 2025 08:40:45 -0500 Subject: [PATCH] Allow building with containers-0.8.* --- lift-generics.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lift-generics.cabal b/lift-generics.cabal index 5b21d98..32b49bc 100644 --- a/lift-generics.cabal +++ b/lift-generics.cabal @@ -55,7 +55,7 @@ test-suite spec other-modules: LiftGenericsSpec Types build-depends: base >= 4.9 && < 5 - , containers >= 0.1 && < 0.8 + , containers >= 0.1 && < 0.9 , hspec >= 2 && < 3 , lift-generics , mtl >= 2.1 && < 2.4