bzlib

Compression and decompression in the bzip2 format

Version on this page:0.5.1.0
LTS Haskell 22.14:0.5.2.0
Stackage Nightly 2024-03-28: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.1.0@sha256:d7690285beaffdbc83bcaef4d41b2beced64b771c698bf679003e78e51a7b6c4,2221

Module documentation for 0.5.1.0

Depends on 2 packages(full list with versions):

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

Revision history for bzlib

0.5.1.0 – 2020-06-08

  • Added MonadFail instance
  • Constrained bounds on base