From 4c02f6f72a0131272e10275f53d0691465b7a54f Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 19 Mar 2024 19:39:47 +0100 Subject: [PATCH] Allow th-abstraction 0.8 --- optics-th/optics-th.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optics-th/optics-th.cabal b/optics-th/optics-th.cabal index a9941527..e47cd711 100644 --- a/optics-th/optics-th.cabal +++ b/optics-th/optics-th.cabal @@ -65,7 +65,7 @@ library , mtl >= 2.2.2 && <2.4 , optics-core >= 0.4.1 && <0.5 , template-haskell >= 2.12 && <2.22 - , th-abstraction >= 0.4 && <0.7 + , th-abstraction >= 0.4 && <0.8 , transformers >= 0.5 && <0.7 exposed-modules: Optics.TH