[Haskell-cafe] Fwd: LZMA for Haskell?
Paulo Pocinho
pocinho at gmail.com
Wed Oct 5 00:34:04 CEST 2011
(Thought it would be better to put this in the haskell-cafe list).
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 Haskell-Cafe
mailing list