aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-05 11:09:30 -0500
committermichaelt <what_is_it_to_do_anything@yahoo.com>2014-11-05 11:09:30 -0500
commite158530cf869b1921f25b58c2614b121b4f156d7 (patch)
treeca7466b36eee176e55e92e955b727a1232d60925
parent2f4a83f82d206217456a035b7e8a1e56c585bfd0 (diff)
downloadtext-pipes-e158530cf869b1921f25b58c2614b121b4f156d7.tar.gz
text-pipes-e158530cf869b1921f25b58c2614b121b4f156d7.tar.zst
text-pipes-e158530cf869b1921f25b58c2614b121b4f156d7.zip
text dependency upgraded
-rw-r--r--pipes-text.cabal4
1 files 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 @@
1name: pipes-text 1name: pipes-text
2version: 0.0.0.12 2version: 0.0.0.13
3synopsis: Text pipes. 3synopsis: Text pipes.
4description: * 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 <https://groups.google.com/forum/#!forum/haskell-pipes pipes list> 4description: * 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 <https://groups.google.com/forum/#!forum/haskell-pipes pipes list>
5 . 5 .
@@ -36,7 +36,7 @@ library
36 exposed-modules: Pipes.Text, Pipes.Text.Encoding 36 exposed-modules: Pipes.Text, Pipes.Text.Encoding
37 build-depends: base >= 4 && < 5 , 37 build-depends: base >= 4 && < 5 ,
38 bytestring >= 0.9.2.1 && < 0.11, 38 bytestring >= 0.9.2.1 && < 0.11,
39 text >= 0.11.2 && < 1.2 , 39 text >= 0.11.2 && < 1.2.1 ,
40 streaming-commons >= 0.1 && < 0.2 , 40 streaming-commons >= 0.1 && < 0.2 ,
41 pipes >= 4.0 && < 4.2 , 41 pipes >= 4.0 && < 4.2 ,
42 pipes-group >= 1.0.0 && < 1.1 , 42 pipes-group >= 1.0.0 && < 1.1 ,