packages feed

crc 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,3 +1,6 @@+0.1.1.0+* Export `digestWithInitial`[#3](https://github.com/MichaelXavier/crc/pull/3)+ 0.1.0.0 * Update deps * Allow newer GHC versions
crc.cabal view
@@ -1,5 +1,5 @@ name:                crc-version:             0.1.0.0+version:             0.1.1.0 synopsis:            Implements various Cyclic Redundancy Checks (CRC) description:         ByteString-based Cyclic Redundancy Checks homepage:            http://github.com/MichaelXavier/crc