On 12 August 2010 12:10, C K Kashyap <[email protected]> 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 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
