zxcvbn-hs 0.3.4 → 0.3.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hedgehogPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hedgehog
API changes (from Hackage documentation)
Files
- zxcvbn-hs.cabal +2/−2
zxcvbn-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: zxcvbn-hs-version: 0.3.4+version: 0.3.5 synopsis: Password strength estimation based on zxcvbn. license: MIT license-file: LICENSE@@ -127,7 +127,7 @@ hs-source-dirs: test main-is: Main.hs build-depends:- hedgehog >=0.6 && <1.3 || ^>=1.3,+ hedgehog >=0.6 && <1.3 || ^>=1.3 || ^>=1.4, tasty >=1.1 && <1.5, tasty-hedgehog >=0.2 && <2, tasty-hunit ^>=0.10,