packages feed

snappy-framing 0.1.1 → 0.1.2

raw patch · 2 files changed

+2/−3 lines, 2 files

Files

snappy-framing.cabal view
@@ -1,5 +1,5 @@ name:                snappy-framing-version:             0.1.1+version:             0.1.2 synopsis:            Snappy Framing Format in Haskell homepage:            https://github.com/kim/snappy-framing bug-reports:         https://github.com/kim/snappy-framing/issues
src/Data/Digest/CRC32C.hs view
@@ -5,8 +5,7 @@ -- Stability   : stable -- Portability : non-portable (GHC extensions) ------ | Implementation of the CRC32C checksum algorithm.+-- Implementation of the CRC32C checksum algorithm. -- -- The current implementation is in "pure" Haskell, thus does not take advantage -- of hardware implementations available on several CPU types. It's performance