From cb690073a4715f413336b5debc17bd048df90b25 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Fri, 22 Mar 2024 10:20:12 +0100 Subject: [PATCH] Allow th-abstraction-0.7 --- th-extras.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/th-extras.cabal b/th-extras.cabal index 46fd4a8..73a05b0 100644 --- a/th-extras.cabal +++ b/th-extras.cabal @@ -45,6 +45,6 @@ Library build-depends: base >= 4.9 && < 5 , containers , template-haskell < 2.23 - , th-abstraction >= 0.4 && < 0.7 + , th-abstraction >= 0.4 && < 0.8 , syb default-language: Haskell2010