SHA2 0.1.0 → 0.1.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Codec.Digest.SHA.Monad: type SHA s a = SHAT (ST s) a
Files
- Codec/Digest/SHA/Monad.hs +1/−1
- SHA2.cabal +1/−1
Codec/Digest/SHA/Monad.hs view
@@ -1,6 +1,6 @@ -- | A safe interface to SHA that still lets you digest incrementally module Codec.Digest.SHA.Monad(- SHAT, Length(..), runSHAT, runSHA, Hashable(..),+ SHA, SHAT, Length(..), runSHAT, runSHA, Hashable(..), showBSasHex ) where
SHA2.cabal view
@@ -1,7 +1,7 @@ Name: SHA2 Synopsis: Fast, incremental SHA hashing for bytestrings Description: A zero-copy binding to Aaron Gifford's SHA implementation, including a copy of that implementation-Version: 0.1.0+Version: 0.1.1 License: BSD3 License-file: COPYING Copyright: Copyright (c) 2009 University of Tromsø