From 4e11d80eb7ddc7a9385a0879c28bfd82356aa3c2 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 1 Dec 2021 13:33:59 +0800 Subject: [PATCH] Allow transformers-compat 0.7 (#125) Tested to build fine. Co-authored-by: Adam Wespiser --- protolude.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protolude.cabal b/protolude.cabal index 9c1dfea94..af461b57b 100644 --- a/protolude.cabal +++ b/protolude.cabal @@ -88,7 +88,7 @@ library , stm >=2.4 && <2.6 , text >=1.2 && <1.3 , transformers >=0.2 && <0.6 - , transformers-compat >=0.4 && <0.7 + , transformers-compat >=0.4 && <0.8 if !impl(ghc >=8.0) build-depends: fail ==4.9.*