crypto-api 0.3 → 0.3.1
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- System/Crypto/Random.hs +1/−1
- crypto-api.cabal +1/−1
System/Crypto/Random.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE CPP, ForeignFunctionInterface #-}+{-# LANGUAGE CPP, ForeignFunctionInterface, BangPatterns #-} {-| Maintainer: Thomas.DuBuisson@gmail.com Stability: beta
crypto-api.cabal view
@@ -1,5 +1,5 @@ name: crypto-api-version: 0.3+version: 0.3.1 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>, Dominic Steinitz (see Data.LargeWord module)