This package provides a pure interface for compressing and decompressing streams of data represented as lazy ByteStrings. It uses the bz2 C library so it has high performance.
It provides a convenient high level API suitable for most tasks and for the few cases where more control is needed it provides access to the full bzip2 feature set.
Changes
0.5.3.0
Add DecompressError to export list of Codec.Compression.BZip.Internal.
Copy some documentation from zlib.
Add argument documentation to functions in Codec.Compression.BZip.Internal.
Treat DataErrorMagic same as DataError by converting them to DecompressStreamError.
0.5.2.0
Fix CVE-2019-12900 by updating C sources to 1.0.8.