packages feed

PBKDF2 0.3.1.2 → 0.3.1.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~binaryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: binary

API changes (from Hackage documentation)

Files

PBKDF2.cabal view
@@ -1,5 +1,5 @@ Name:               PBKDF2-Version:            0.3.1.2+Version:            0.3.1.3 License:            BSD3 License-file:       bsd3.txt Description:        Implementation of Password-Based Key Derivation@@ -20,7 +20,7 @@   Build-Depends:    base       >= 4.3 && < 4.7                   , bytestring >= 0.9 && < 0.11                   , Crypto     >= 4.2 && < 4.3-                  , binary     >= 0.5 && < 0.7+                  , binary     >= 0.5 && < 0.8                   , random     >= 1.0 && < 1.1   Exposed-Modules:  Crypto.PBKDF2