packages feed

pipes-text 0.0.2.3 → 0.0.2.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~pipes

Dependency ranges changed: pipes

Files

pipes-text.cabal view
@@ -1,5 +1,5 @@ name:                pipes-text-version:             0.0.2.3+version:             0.0.2.4 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 @@                        bytestring        >= 0.9.2.1 && < 0.11,                        text              >= 0.11.2  && < 1.3 ,                        streaming-commons >= 0.1     && < 0.2 ,  -                       pipes             >= 4.0     && < 4.2 ,+                       pipes             >= 4.0     && < 4.3 ,                        pipes-group       >= 1.0.0   && < 1.1 ,                        pipes-parse       >= 3.0.0   && < 3.1 ,                        pipes-safe        >= 2.1     && < 2.3 ,