[Haskell-cafe] ANNOUNCE: iteratee-compress 0.1

Maciej Piechotka uzytkownik2 at gmail.com
Tue Aug 31 09:51:43 EDT 2010


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?

Please note also that the library do not bundle zlib (C) as zlib
(Haskell) do.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20100831/674a23bb/attachment.bin


More information about the Haskell-Cafe mailing list