]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
haddock commentary
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Mon, 30 May 2016 12:35:48 +0000 (08:35 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Mon, 30 May 2016 12:35:48 +0000 (08:35 -0400)
pipes-text.cabal

index 13cc8fa34090a7dfae79abce6dd3927641e47824..ef563c7ff7f8440f71ebc36141e9da96bf916068 100644 (file)
@@ -1,11 +1,9 @@
 name:                pipes-text
-version:             0.0.2.1
+version:             0.0.2.2
 synopsis:            properly streaming text
-description:         /New in version 0.0.2/: 
+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.
                      .
-                     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.
-                     . 
-                     For the rest, the organization of this package follows the rule:
+                     The organization of this package follows the rule:
                      .
                      * @pipes-text : pipes-bytestring :: text : bytestring@ 
                      .