entropy 0.4 → 0.4.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- entropy.cabal +3/−3
entropy.cabal view
@@ -1,5 +1,5 @@ name: entropy-version: 0.4+version: 0.4.1 description: A platform independent method to obtain cryptographically strong entropy (RDRAND, urandom, CryptAPI, and patches welcome) Users looking for cryptographically strong (number-theoretically@@ -32,7 +32,7 @@ custom-setup- setup-depends: Cabal >= 1.10 && < 2.2+ setup-depends: Cabal >= 2.0 && < 2.3 , base < 5 , filepath < 1.5 , directory < 1.4@@ -51,7 +51,7 @@ } other-extensions: CPP, ForeignFunctionInterface, BangPatterns, ScopedTypeVariables- build-depends: base >= 4.3 && < 5, bytestring+ build-depends: base >= 4.8 && < 5, bytestring default-language: Haskell2010 if(os(halvm)) cpp-options: -DXEN -DHAVE_RDRAND