diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2016-05-30 08:35:48 -0400 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2016-05-30 08:35:48 -0400 |
commit | ed90410bc32fa31ea73aee2c75d4547da0e46f7d (patch) | |
tree | 78868e8170ea49fced9104f4694324f9105119cf | |
parent | 4aa5b588d6b0f6fa9c254255c3540dc3e97a60d3 (diff) | |
download | text-pipes-ed90410bc32fa31ea73aee2c75d4547da0e46f7d.tar.gz text-pipes-ed90410bc32fa31ea73aee2c75d4547da0e46f7d.tar.zst text-pipes-ed90410bc32fa31ea73aee2c75d4547da0e46f7d.zip |
haddock commentary
-rw-r--r-- | pipes-text.cabal | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pipes-text.cabal b/pipes-text.cabal index 13cc8fa..ef563c7 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal | |||
@@ -1,11 +1,9 @@ | |||
1 | name: pipes-text | 1 | name: pipes-text |
2 | version: 0.0.2.1 | 2 | version: 0.0.2.2 |
3 | synopsis: properly streaming text | 3 | synopsis: properly streaming text |
4 | description: /New in version 0.0.2/: | 4 | description: New in version 0.0.2/: A 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 | . |
6 | A 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. | 6 | The organization of this package follows the rule: |
7 | . | ||
8 | For the rest, the organization of this package follows the rule: | ||
9 | . | 7 | . |
10 | * @pipes-text : pipes-bytestring :: text : bytestring@ | 8 | * @pipes-text : pipes-bytestring :: text : bytestring@ |
11 | . | 9 | . |