
12 Aug
2010
12 Aug
'10
11:55 a.m.
On 12 August 2010 12:10, C K Kashyap
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-Comp... Cheers, Max