From 9572aedc27a05ac95ce08af9cde3bf8e98785a19 Mon Sep 17 00:00:00 2001 From: Gabriella Gonzalez Date: Sun, 18 Jun 2023 06:48:33 -0700 Subject: [PATCH] Build against `transformers-0.6` (#17) Related to https://github.com/commercialhaskell/stackage/issues/6857 --- pipes-extras.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes-extras.cabal b/pipes-extras.cabal index 9c46709..ec3e502 100644 --- a/pipes-extras.cabal +++ b/pipes-extras.cabal @@ -22,7 +22,7 @@ Library base >= 4 && < 5 , pipes >= 4.0 && < 4.4, foldl >= 1.0.1 && < 1.5, - transformers >= 0.2.0.0 && < 0.6, + transformers >= 0.2.0.0 && < 0.7, lens >= 4.3 && < 5.3 Exposed-Modules: Pipes.Extras GHC-Options: -O2 -Wall