From 348a832b36edf0986dffeb28900f9e44c23fe844 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Sun, 17 Mar 2024 11:45:14 -0400 Subject: [PATCH] Allow building with th-abstraction-0.7.* --- deriving-compat.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deriving-compat.cabal b/deriving-compat.cabal index 4655306..84091c2 100644 --- a/deriving-compat.cabal +++ b/deriving-compat.cabal @@ -141,7 +141,7 @@ library Text.Show.Deriving.Internal build-depends: containers >= 0.1 && < 0.8 , ghc-prim - , th-abstraction >= 0.4 && < 0.7 + , th-abstraction >= 0.4 && < 0.8 if flag(base-4-9) build-depends: base >= 4.9 && < 5