Commonly used conduit functions, for both chunked and unchunked data. For more
information about conduit in general, and how this package in particular fits
into the ecosystem, see the conduit
homepage.
Changes
1.3.0
Deprecated; functionality moved into conduit package itself
1.2.0
Switch over to MonadUnliftIO
1.1.2
Add chunksOfE and chunksOfExactlyE combinators
1.1.1
Add asum combinator
1.1.0
Don’t generalize I/O functions to IOData, instead specialize to
ByteString. See:
http://www.snoyman.com/blog/2016/12/beware-of-readfile#real-world-failures
1.0.8.3
Fix version bounds for chunked-data/mono-traversable combos
1.0.8.2
Fix foldl1 not being “a strict left fold” as advertised.
#115
1.0.8.1
Break on single elements and defer monoid concatenation until yield
#111
1.0.8
Add lower bound on conduit 1.2.8 (make it easier to follow the
reskin.
1.0.7
Add sourceFileBS and sinkFileBS
1.0.6
Add peekForeverE combinator
1.0.5
Add head, headDef and lastDef combinators
1.0.4
Move into mono-traversable repo, support mono-traversable 1.0