- Bump C sources to lzlib 1.15
- Bump C sources to lzlib 1.14
- Bump C sources to lzlib 1.13
- Bump C sources to lzlib 1.12
- Add
Bounded
instance toCompressionLevel
- Export
compressFineTune
- Export
LZError
- Add
Enum
instance toCompressionLevel
- More laconic internals
- Add
compressFileLevel
&c.
- Tweak buffering
- Improve haddocks
- Export
lZApiVersion
andlZVersion
- Remove
Codec.Lzip.Raw
- Support older GHCs
- Use
ForeignPtr
for raw bindings - Stream lazily
- Add
compressFile
andcompressWithSz
- Add
Exception
instance forLZError
- Bug fixes
- Add
compressBest
andcompressFast
- Hopefully improved performance
- Bug fix + more sensible memory use
- Export
lZApiVersion
bracket
things better
- Use
bracket
and fix space leak
- Use
bracket
so that memory is freed if an exception is thrown in another thread
- Documentation improvements
- Performance improvements
- Take a
BSL.ByteString
as input - Performance improvements
- Performance improvements
- Performance improvements
- Performance improvements
- Pure functions no longer occur in IO
- Change type signatures of compression/decompression functions
- Fix distribution
- Add a higher-level API
- Add
Show
andEq
instances toLZErrno
type - Bundle with
lzlib
version 1.11
Initial release