@hackage streaming0.1.1.0

an elementary streaming prelude and a general monad transformer for streaming applications.

Streaming.Prelude exports an elementary streaming prelude; Streaming exports a free monad transformer optimized for streaming applications and replacing FreeT. See the readme below for an explanation. Elementary usage can be divined from the ghci examples in Streaming.Prelude

Note also the streaming bytestring and streaming utils packages.