From 102f04ad40f18394138e687a8637d92779ca9ae8 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sat, 30 Sep 2023 08:07:32 -0400 Subject: [PATCH] Allow building with containers-0.7.* --- deriving-compat.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deriving-compat.cabal b/deriving-compat.cabal index f9c2df6..4655306 100644 --- a/deriving-compat.cabal +++ b/deriving-compat.cabal @@ -139,7 +139,7 @@ library Text.Read.Deriving.Internal Text.Show.Deriving Text.Show.Deriving.Internal - build-depends: containers >= 0.1 && < 0.7 + build-depends: containers >= 0.1 && < 0.8 , ghc-prim , th-abstraction >= 0.4 && < 0.7