lz4 0.2.3 → 0.2.3.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- lz4.cabal +2/−2
lz4.cabal view
@@ -1,10 +1,10 @@ name: lz4-version: 0.2.3+version: 0.2.3.1 synopsis: LZ4 compression for ByteStrings description: High level bindings to the LZ4 compression library. .- Currently based on lz4 r75. C sources are included and no external+ Currently based on lz4 r119. C sources are included and no external dependencies are needed other than @cereal@. homepage: http://github.com/mwotton/lz4hs bug-reports: https://github.com/mwotton/lz4hs/issues