bz2

Bindings to libbz2

Version on this page:1.0.0.1@rev:2
LTS Haskell 22.14:1.0.1.1
Stackage Nightly 2024-03-28:1.0.1.1
Latest on Hackage:1.0.1.1

See all snapshots bz2 appears in

BSD-3-Clause licensed by Vanessa McHale
Maintained by [email protected]
This version can be pinned in stack with:bz2-1.0.0.1@sha256:4b862399edb4b257c2e8df4084d27aa0fa34e05ba3356dc0f4c7b32316bcc9cd,4029

Module documentation for 1.0.0.1

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2020-02-20(full list with versions):

bz2

High-level bindings to bzip2.

Comparison

Compared to bzlib:

  • Bundles bzip2 1.0.8.
  • Compatible with GHC 8.8.2
  • Uses c2hs rather than hsc2hs and thus has a larger dependency footprint

Backpack Integration

bz2 implements bzip-signature, which makes it interchangeable with bzlib.

Changes

bz2

1.0.0.0

  • Remove Codec.Compression.BZip.Foreign
  • Use ForeignPtr under the hood
  • Lazier streaming; memory use should be sensible

0.1.1.2

  • Use ForeignPtrs under the hood in various places (over bracket)

0.1.1.1

  • Haddock improvements

0.1.1.0

  • Change type signature of bZ2BzlibVersion
  • Add Codec.Compression.BZip module

0.1.0.1

  • Fix distribution

0.1.0.0

Initial release