diff options
-rw-r--r-- | pipes-text.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal index 1121db5..3da9aa8 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | name: pipes-text | 1 | name: pipes-text |
2 | version: 0.0.0.14 | 2 | version: 0.0.0.15 |
3 | synopsis: Text pipes. | 3 | synopsis: Text pipes. |
4 | 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 <https://groups.google.com/forum/#!forum/haskell-pipes pipes list> | 4 | 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 <https://groups.google.com/forum/#!forum/haskell-pipes pipes list> |
5 | . | 5 | . |
@@ -50,5 +50,5 @@ library | |||
50 | ghc-options: -O2 | 50 | ghc-options: -O2 |
51 | 51 | ||
52 | if !flag(noio) | 52 | if !flag(noio) |
53 | exposed-modules: Pipes.Text.IO | 53 | exposed-modules: Pipes.Text.IO, Pipes.Text.Tutorial |
54 | build-depends: text >=0.11.3 && < 1.3 | 54 | build-depends: text >=0.11.3 && < 1.3 |