# bz2 High-level bindings to [bzip2](https://www.sourceware.org/bzip2/). ## Comparison Compared to [bzlib](http://hackage.haskell.org/package/bzlib): * Bundles `bzip2` 1.0.8. * Compatible with GHC 8.8.2 * Uses [c2hs](https://github.com/haskell/c2hs) rather than [hsc2hs](https://hackage.haskell.org/package/hsc2hs) and thus has a larger dependency footprint ## Backpack Integration `bz2` implements [`bzip-signature`](http://hackage.haskell.org/package/bzip-signature), which makes it interchangeable with `bzlib`.