ANNOUNCE: iteratee-compress 0.2.0.0

Iteratee-compress provides compressing and decompressing enumerators including flushing (using John Lato's implementation). Currently only gzip and bzip is provided but LZMA is planned. Changes from previous version: - Add BZip support Next goals: - LZMA support - Generic interface for flushing To think about: - Should inner iteratee be able to request flushing Regards

On 23 April 2011 19:29, Maciej Piechotka
Iteratee-compress provides compressing and decompressing enumerators including flushing (using John Lato's implementation). Currently only gzip and bzip is provided but LZMA is planned.
Changes from previous version: - Add BZip support
Cool :) I notice the haddocks on hackage have not been generated; would this be due to libbz2-dev missing on the hackage server? Conrad.

On Mon, 2011-04-25 at 15:47 +0900, Conrad Parker wrote:
On 23 April 2011 19:29, Maciej Piechotka
wrote: Iteratee-compress provides compressing and decompressing enumerators including flushing (using John Lato's implementation). Currently only gzip and bzip is provided but LZMA is planned.
Changes from previous version: - Add BZip support
Cool :)
I notice the haddocks on hackage have not been generated; would this be due to libbz2-dev missing on the hackage server?
Conrad.
No - you need to wait as it is a batch process. Currently it is up-to-date. Regards
participants (2)
-
Conrad Parker
-
Maciej Piechotka