packages feed

crypto-numbers 0.1.1 → 0.1.2

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Tests/RNG.hs view
@@ -26,7 +26,7 @@ instance CPRG Rng where     cprgGenBytes len g    = first B.pack $ getBytes len g     cprgSupplyEntropy e g = reseed e g-    cprgNeedReseed _      = maxBound+    cprgNeedReseed _      = NeverReseed  reseed :: B.ByteString -> Rng -> Rng reseed bs (Rng (a,b)) = Rng (fromIntegral a', b')
crypto-numbers.cabal view
@@ -1,5 +1,5 @@ Name:                crypto-numbers-Version:             0.1.1+Version:             0.1.2 Description:         Cryptographic numbers: functions and algorithms License:             BSD3 License-file:        LICENSE