]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
changelog and cabal description updated too
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 4 Jun 2014 17:24:12 +0000 (13:24 -0400)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 4 Jun 2014 17:24:12 +0000 (13:24 -0400)
changelog
pipes-text.cabal

index 807ef8d4a63cc0ad5c8e4416a3f9b3c2f25c3efd..d768a804bcf290e2492d5ba87a40dbc1b64ed2c4 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+# Version 0.0.0.11
+
+* Updated to use streaming-commons in place of text-stream-decoding.
+
 # Version 0.0.0.10
 
 * Documentation changes.
index 4f1602c5b421735dc7d7df1a65fb73b032be81b2..2a81745d5392ea16f5fa22e2cc96f362716c2a1e 100644 (file)
@@ -9,7 +9,7 @@ description:         * This package will be in a draft, or testing, phase until
                      .
                      Familiarity with the other three packages should give one an idea what to expect where. The package has three modules, @Pipes.Text@ , @Pipes.Text.Encoding@ and @Pipes.Text.IO@; the division has more or less the significance it has in the @text@ library. 
                      .
-                     Note that the module @Pipes.Text.IO@ is present as a convenience (as is @Data.Text.IO@).  Official pipes IO would use @Pipes.ByteString@ and the decoding functions present here, based on the new Michael Snoyman's new @text-stream-decoding@ package.  In particular, the @Pipes.Text.IO@ functions use Text exceptions. 
+                     Note that the module @Pipes.Text.IO@ is present as a convenience (as is @Data.Text.IO@).  Official pipes IO would use @Pipes.ByteString@ together with the bytestring decoding functions present here, based on Michael Snoyman's excellent @streaming-commons@ package.  In particular, the @Pipes.Text.IO@ functions use Text exceptions. 
                      .
                      @Pipes.Text.IO@ uses version 0.11.3 or later of the @text@ library. It thus works with the version of @text@ that came with the 2013 Haskell Platform. To use an older @text@, install with the flag @-fnoio@