packages feed

entropy 0.3.4 → 0.3.4.1

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

entropy.cabal view
@@ -1,5 +1,5 @@ name:           entropy-version:        0.3.4+version:        0.3.4.1 description:    A platform independent method to obtain cryptographically strong entropy                  (RDRAND when available anywhere, urandom on nix, CryptAPI on Windows, patches welcome).                 Users looking for cryptographically strong (number-theoretically@@ -18,7 +18,7 @@ -- ^^ Used for HaLVM build-type:        Custom -- ^^ Test for RDRAND support using 'ghc'-cabal-version:  >=1.17+cabal-version:  >=1.10 tested-with:    GHC == 7.8.2 -- data-files: extra-source-files:   ./cbits/rdrand.c, ./cbits/rdrand.h, README.md