@hackage pipes-text0.0.2.3
properly streaming text
Categories
License
BSD-3-Clause
Maintainer
what_is_it_to_do_anything@yahoo.com
Links
Versions
Installation
Dependencies (10)
- base >=4 && <5
- bytestring >=0.9.2.1 && <0.11
- pipes >=4.0 && <4.2
- pipes-bytestring >=1.0 && <2.2
- pipes-group >=1.0.0 && <1.1
- pipes-parse >=3.0.0 && <3.1 Show all…
Dependents (24)
@hackage/blosum, @hackage/Frames-streamly, @hackage/ghc-tags-core, @hackage/heatitup-complete, @hackage/zxcvbn-hs, @hackage/hjugement-cli, Show all…
Package Flags
noio
(off by default)
Use a version of text earlier than 0.11.3
pipes-text
This package follows the rule:
pipes-text : pipes-bytestring :: text : bytestring
The division of three modules, Pipes.Text , Pipes.Text.Encoding and Pipes.Text.IO has more or less the significance it has in the text library.
Note that the module 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