From e158530cf869b1921f25b58c2614b121b4f156d7 Mon Sep 17 00:00:00 2001 From: michaelt Date: Wed, 5 Nov 2014 11:09:30 -0500 Subject: [PATCH] text dependency upgraded --- pipes-text.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipes-text.cabal b/pipes-text.cabal index 041f2c7..134d992 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,5 +1,5 @@ name: pipes-text -version: 0.0.0.12 +version: 0.0.0.13 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 , + text >= 0.11.2 && < 1.2.1 , streaming-commons >= 0.1 && < 0.2 , pipes >= 4.0 && < 4.2 , pipes-group >= 1.0.0 && < 1.1 , -- 2.41.0