lzlib-0.3.0.1: README.md
# lzlib
[](https://matrix.hackage.haskell.org/package/lzlib)
[](http://hackage.haskell.org/package/lzlib)
[](https://hackage.haskell.org/package/lzlib)
Haskell bindings to [lzlib](https://www.nongnu.org/lzip/lzlib.html).
This package includes a high-level interface to lzlib, however, it is slow.
## Hacking
Run
```bash
make -j
```
to download a few tarballs before running the test suite.
### CI
To edit the CI script, edit `haskell-ci.dhall` and regenerate
`.github/workflows/haskell.yml` with
```
make ci
```