packages feed

SHA 1.4.1 → 1.4.1.1

raw patch · 1 files changed

+3/−1 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

SHA.cabal view
@@ -1,6 +1,6 @@ name:       SHA category:   Cryptography, Codec-version:    1.4.1+version:    1.4.1.1 license:    BSD3 license-file: LICENSE author:     Adam Wick <awick@galois.com>, Brian Lewis <brian@lorf.org>@@ -31,6 +31,8 @@  exposed-modules: Data.Digest.Pure.SHA  GHC-Options: -O2 -Wall -fno-ignore-asserts -funbox-strict-fields -fwarn-tabs  extensions: CPP, BangPatterns+ if impl(ghc >= 6.12)+   Ghc-Options: -fregs-graph  Executable test_sha   build-depends: base >= 4 && < 6, bytestring, binary, array