PBKDF2 0.3.1.4 → 0.3.1.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, random
API changes (from Hackage documentation)
Files
- PBKDF2.cabal +2/−2
PBKDF2.cabal view
@@ -1,5 +1,5 @@ Name: PBKDF2-Version: 0.3.1.4+Version: 0.3.1.5 License: BSD3 License-file: bsd3.txt Description: Implementation of Password-Based Key Derivation@@ -21,7 +21,7 @@ , bytestring >= 0.9 && < 0.11 , Crypto >= 4.2 && < 4.3 , binary >= 0.5 && < 0.8- , random >= 1.0 && < 1.1+ , random >= 1.0 && < 1.2 Exposed-Modules: Crypto.PBKDF2 Source-Repository head