bzlib

Compression and decompression in the bzip2 format

LTS Haskell 22.13:0.5.1.0@rev:2
Stackage Nightly 2024-03-14:0.5.2.0
Latest on Hackage:0.5.2.0

See all snapshots bzlib appears in

BSD-3-Clause licensed and maintained by Duncan Coutts
This version can be pinned in stack with:bzlib-0.5.2.0@sha256:4525326ba7b9ea9515d1a44d073f438f427018e168cbe8bb4784d2ff92342589,2545

Module documentation for 0.5.2.0

Depends on 2 packages(full list with versions):

bzlib Hackage

Compression and decompression in the bzip2 format

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.2.0

  • Fix CVE-2019-12900 by updating C sources to 1.0.8.
  • Port incremental interface from zlib.

0.5.1.0

  • Add instance MonadFail Stream.