cprng-aes 0.2.2 → 0.2.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~cryptocipherPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cryptocipher
API changes (from Hackage documentation)
Files
- cprng-aes.cabal +2/−2
cprng-aes.cabal view
@@ -1,5 +1,5 @@ Name: cprng-aes-Version: 0.2.2+Version: 0.2.3 Description: Simple crypto pseudo-random-number-generator with really good randomness property. .@@ -36,7 +36,7 @@ , random , crypto-api >= 0.8 , entropy >= 0.2- , cryptocipher >= 0.2.5 && < 0.3.0+ , cryptocipher >= 0.2.5 && < 0.4.0 , cereal >= 0.3.0 && < 0.4.0 Exposed-modules: Crypto.Random.AESCtr ghc-options: -Wall