From: michaelt Date: Sat, 3 Dec 2016 03:50:02 +0000 (-0500) Subject: bump for pipes-4.4 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=HEAD;p=github%2Ffretlink%2Ftext-pipes.git bump for pipes-4.4 --- diff --git a/pipes-text.cabal b/pipes-text.cabal index dac1764..9822fd2 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,5 +1,5 @@ name: pipes-text -version: 0.0.2.4 +version: 0.0.2.5 synopsis: properly streaming text description: /New in version 0.0.2.x/: The new module @Pipes.Prelude.Text@ exports line-based @Text@ producers and consumers as a drop-in replacement for the @String@ material in @Pipes.Prelude@ and @Pipes.Safe.Prelude@. They can be used as one uses @Pipes.Prelude@ without reference to the rest of this package. See the caveats in the documentation for that module. . @@ -44,7 +44,7 @@ library bytestring >= 0.9.2.1 && < 0.11, text >= 0.11.2 && < 1.3 , streaming-commons >= 0.1 && < 0.2 , - pipes >= 4.0 && < 4.3 , + pipes >= 4.0 && < 4.4 , pipes-group >= 1.0.0 && < 1.1 , pipes-parse >= 3.0.0 && < 3.1 , pipes-safe >= 2.1 && < 2.3 ,