aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2016-12-02 22:50:02 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2016-12-02 22:50:02 -0500
commit39cd06f5dfb941fda4bd14d6c06dda3031a164f6 (patch)
tree0a84b68c8bfc537549b27512204b68bea446a806
parent2762e7a05fb2f6c87104117905693e3d29cdf76b (diff)
downloadtext-pipes-39cd06f5dfb941fda4bd14d6c06dda3031a164f6.tar.gz
text-pipes-39cd06f5dfb941fda4bd14d6c06dda3031a164f6.tar.zst
text-pipes-39cd06f5dfb941fda4bd14d6c06dda3031a164f6.zip
bump for pipes-4.4HEADmaster
-rw-r--r--pipes-text.cabal4
1 files changed, 2 insertions, 2 deletions
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 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.2.4 2version: 0.0.2.5
3synopsis: properly streaming text 3synopsis: properly streaming text
4description: /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. 4description: /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.
5 . 5 .
@@ -44,7 +44,7 @@ library
44 bytestring >= 0.9.2.1 && < 0.11, 44 bytestring >= 0.9.2.1 && < 0.11,
45 text >= 0.11.2 && < 1.3 , 45 text >= 0.11.2 && < 1.3 ,
46 streaming-commons >= 0.1 && < 0.2 , 46 streaming-commons >= 0.1 && < 0.2 ,
47 pipes >= 4.0 && < 4.3 , 47 pipes >= 4.0 && < 4.4 ,
48 pipes-group >= 1.0.0 && < 1.1 , 48 pipes-group >= 1.0.0 && < 1.1 ,
49 pipes-parse >= 3.0.0 && < 3.1 , 49 pipes-parse >= 3.0.0 && < 3.1 ,
50 pipes-safe >= 2.1 && < 2.3 , 50 pipes-safe >= 2.1 && < 2.3 ,