[Haskell-cafe] Is there a pure Haskell gzip/bzip compression module out there?

Max Bolingbroke batterseapower at hotmail.com
Thu Aug 12 07:55:12 EDT 2010


On 12 August 2010 12:10, C K Kashyap <ckkashyap at gmail.com> wrote:
> I looked at Hackage and found a couple of pure Haskell modules for
> un-compression. Are there any for comression? I found Huffman compression -
> but what I need is something that I can uncompress with standard tools.

The zlib package provides GZip compression and decompression:

http://hackage.haskell.org/packages/archive/zlib/0.4.0.2/doc/html/Codec-Compression-GZip.html

Cheers,
Max


More information about the Haskell-Cafe mailing list