From 2a3b4d7143728858d4e3dc401bdc369346da9027 Mon Sep 17 00:00:00 2001 From: michaelt Date: Sat, 8 Feb 2014 18:14:32 -0500 Subject: [PATCH] raise contraint on text --- pipes-text.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipes-text.cabal b/pipes-text.cabal index 02cd1fc..a1d57bb 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,5 +1,5 @@ name: pipes-text -version: 0.0.0.5 +version: 0.0.0.6 synopsis: Text pipes. description: Many of the pipes and other operations defined here mirror those in the `pipes-bytestring` library. Folds like `length` and grouping @@ -45,7 +45,7 @@ library other-extensions: RankNTypes build-depends: base >= 4 && < 5 , bytestring >=0.10 && < 0.11, - text >=0.11 && < 1.2, + text >=0.11.3 && < 1.2, profunctors >= 3.1.1 && < 4.1 , pipes >=4.0 && < 4.2, pipes-group >= 1.0.0 && < 1.1 , -- 2.41.0