SHA2 0.2.4 → 0.2.5
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- SHA2.cabal +2/−2
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.2.4+Version: 0.2.5 License: BSD3 License-file: COPYING Copyright: Copyright (c) 2009 University of Tromsø@@ -31,7 +31,7 @@ ghc-options: -Wall - cpp-options: -DSHA2_USE_INTTYPES_H+ cpp-options: -DSHA2_USE_INTTYPES_H -DNEED_UINT_64T if os(windows) cpp-options: -DBYTE_ORDER=LITTLE_ENDIAN