From 6f9d4cfec95d8a7ec3d63f7a5d23abf57329b3ed Mon Sep 17 00:00:00 2001 From: michaelt Date: Sat, 8 Nov 2014 22:39:56 -0500 Subject: [PATCH] corrected noio dependency --- pipes-text.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipes-text.cabal b/pipes-text.cabal index 06e7ff5..1121db5 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,5 +1,5 @@ name: pipes-text -version: 0.0.0.13 +version: 0.0.0.14 synopsis: Text pipes. description: * This package will be in a draft, or testing, phase until version 0.0.1. Please report any installation difficulties, or any wisdom about the api, on the github page or the . @@ -36,7 +36,7 @@ library exposed-modules: Pipes.Text, Pipes.Text.Encoding build-depends: base >= 4 && < 5 , bytestring >= 0.9.2.1 && < 0.11, - text >= 0.11.2 && < 1.2.1 , + text >= 0.11.2 && < 1.3 , streaming-commons >= 0.1 && < 0.2 , pipes >= 4.0 && < 4.2 , pipes-group >= 1.0.0 && < 1.1 , @@ -51,4 +51,4 @@ library if !flag(noio) exposed-modules: Pipes.Text.IO - build-depends: text >=0.11.3 && < 1.2 + build-depends: text >=0.11.3 && < 1.3 -- 2.41.0