crypto-api 0.10.1 → 0.10.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basedep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bytestring
API changes (from Hackage documentation)
Files
- Crypto/Classes.hs +1/−1
- crypto-api.cabal +2/−2
Crypto/Classes.hs view
@@ -50,7 +50,7 @@ import Crypto.Random import System.IO.Unsafe (unsafePerformIO) import Foreign (Ptr)-import Foreign.C (CChar, CInt)+import Foreign.C (CChar(..), CInt(..)) import System.Entropy -- |The Hash class is intended as the generic interface
crypto-api.cabal view
@@ -1,5 +1,5 @@ name: crypto-api-version: 0.10.1+version: 0.10.2 license: BSD3 license-file: LICENSE copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike) (see AUTHORS)@@ -31,7 +31,7 @@ Library Build-Depends: base == 4.*,- bytestring >= 0.9 && < 0.10,+ bytestring >= 0.9 && < 0.11, cereal >= 0.2 && < 0.4, tagged >= 0.1 && < 0.5, largeword >= 1.0.0, array, entropy