[Haskell-beginners] LZMA for Haskell?

Paulo Pocinho pocinho at gmail.com
Tue Oct 4 22:06:27 CEST 2011


Hello list.

I'd like to use LZMA to create/extract archives and compare CRC from
archived files. What do I need to use LZMA in Haskell?

There is a page called "Library/Compression" in the wiki [1] but it is
from 2005, using LZMA version 4.06. Besides being old, I can only find
the LZMA SDK version 9.20 for download.

The only related package I can find on hackage is lzma-enumerator [2].
Trying to install with cabal requires an old header named lzma.h that
is no longer available.

[1] http://www.haskell.org/haskellwiki/Library/Compression
[2] http://hackage.haskell.org/package/lzma-enumerator



More information about the Beginners mailing list