entropy 0.2 → 0.2.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Entropy.hs +1/−1
- entropy.cabal +1/−1
System/Entropy.hs view
@@ -76,7 +76,7 @@ cryptGenRandom :: Word32 -> Int -> IO B.ByteString cryptGenRandom h i = - B.create i $ \c_buffer -> do+ BI.create i $ \c_buffer -> do stat <- c_cryptGenRandom (fromIntegral h) (fromIntegral i) c_buffer if (toBool stat) then return ()
entropy.cabal view
@@ -1,5 +1,5 @@ name: entropy-version: 0.2+version: 0.2.1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>