crypto-api 0.1.2.1 → 0.1.2.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- System/Crypto/Random.hs +2/−1
- crypto-api.cabal +1/−1
System/Crypto/Random.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE CPP #-}+{-# LANGUAGE CPP, ForeignFunctionInterface #-} {-| Maintainer: Thomas.DuBuisson@gmail.com Stability: beta@@ -39,6 +39,7 @@ CryptReleaseContext(hCryptCtx, 0); -} newtype CryptHandle = CH CInt+ foreign import stdcall unsafe "CryptAcquireContext" c_cryptAcquireCtx :: ... -> IO CInt foreign import stdcall unsafe "CryptGenRandom"
crypto-api.cabal view
@@ -1,5 +1,5 @@ name: crypto-api-version: 0.1.2.1+version: 0.1.2.2 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>, Dominic Steinitz (see Data.LargeWord module)