bcrypt 0.0.10 → 0.0.11
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~entropyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: entropy
API changes (from Hackage documentation)
Files
- bcrypt.cabal +2/−2
bcrypt.cabal view
@@ -1,5 +1,5 @@ Name: bcrypt-Version: 0.0.10+Version: 0.0.11 Cabal-Version: >= 1.6 Build-Type: Simple License: BSD3@@ -27,7 +27,7 @@ build-depends: base >= 3 && < 5 , bytestring >= 0.9 , data-default >= 0.6.0- , entropy < 0.4+ , entropy < 0.5 , memory >= 0.9 && < 1.0 source-repository head