BSD-3-Clause licensed by Herbert Valerio Riedel
Maintained by [email protected]
This version can be pinned in stack with:lzma-0.0.1.1@sha256:7e4b55b9ab1b50d9d5d0331f840eca745fed42f812c00ea131c96ef5677f48cc,2762

Module documentation for 0.0.1.1

Depends on 2 packages(full list with versions):
Used by 3 packages in nightly-2024-06-28(full list with versions):

This package provides a pure interface for compressing and decompressing LZMA (Lempel–Ziv–Markov chain algorithm) streams of data represented as lazy ByteStrings. A monadic incremental interface is provided as well. This package relies on the liblzma C library.

The following packages are based on this package and provide API support for popular streaming frameworks:

Changes

0.0.1.1

  • Support GHC-8.6.5…9.10.1

0.0.1.0

  • Add pkgconfig package flag.
  • add compressThreads parameter for multithreaded compression

0.0.0.4

  • base-4.17 compatibility

0.0.0.3

  • Fix potential reentrancy issue also discovered in zlib (#4)