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.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to