[Haskell-cafe] ANNOUNCE: iteratee-compress 0.1

Jason Dagit dagit at codersbase.com
Tue Aug 31 15:42:03 EDT 2010


On Tue, Aug 31, 2010 at 6:51 AM, Maciej Piechotka <uzytkownik2 at gmail.com> wrote:
> Iteratee-compress provides compressing and decompressing enumerators.
> Currently only gzip is provided but at least bzip is planned.
>
> Additionally more fine-control over stream (i.e. flushing) is planned.
>
> ----
> Library currently depends on zlib haskell library only for sharing
> parameters data. However no zlib function is called (the needed
> functions are not exported) and the symbols it uses from necessity are
> deprecated. Would it be better to copy the parameters from zlib and drop
> the dependency?

I'd prefer to see you add zlib support and keep the dependency :)

Jason


More information about the Haskell-Cafe mailing list