This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.
Haskell library for Sources, Sinks and Transformers.
The data is pushed from the source through the transfomers into the sink. The sink or a transfomer can decide at any time to end the transfer (see Iteratees).
The transformers are very reusable since they can not depend on side effects, so they can be used with files as well as with simple lists.