I uploaded another version of the provisional 'pipe-text' to take advantage of Michael Snoyman's excellent new decoding package http://hackage.haskell.org/package/text-stream-decode which makes things very easy.
I was wondering if people are able to install it ... and what else is wrong with it. There is now a flag, "cabal install pipes-text -f noio" which can be used if your version of text predates 0.11.3 (which introduced a function crucial to Pipes.Text.IO) There is now a separation corresponding to the one in `text` between - Pipes.Text.Encoding (bytestring-text foreign relations) - Pipes.Text (domestic text oriented operations) - Pipes.Text.IO (crude Text IO) and in general an attempt to enforce a correlation of packages `pipes-text : pipes-bytestring :: text : bytestring` Hackage won't haddock it, so I uploaded my own following some script; so far the links outside the package are bad. -- You received this message because you are subscribed to the Google Groups "Haskell Pipes" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
