packages feed

zxcvbn-hs 0.3.5 → 0.3.6

raw patch · 2 files changed

+6/−3 lines, 2 filesdep ~tastydep ~text

Dependency ranges changed: tasty, text

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision History +## 0.3.6 2023.09.11 ++ bump tasty bounds+ ## 0.3.4 2023.08.13  + Bump opt parse applicative [#20](https://github.com/sthenauth/zxcvbn-hs/pull/20) 
zxcvbn-hs.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.2 name:               zxcvbn-hs-version:            0.3.5+version:            0.3.6 synopsis:           Password strength estimation based on zxcvbn. license:            MIT license-file:       LICENSE@@ -54,7 +54,7 @@     fgl >=5.7 && <5.9,     lens >=4.17 && <6,     math-functions ^>=0.3,-    text >=1.2 && <2.1,+    text >=1.2 && <2.1 || ^>=2.1,     time >=1.8 && <2.0,     unordered-containers ^>=0.2,     vector >=0.12 && <0.14,@@ -128,7 +128,7 @@   main-is:        Main.hs   build-depends:     hedgehog >=0.6 && <1.3 || ^>=1.3 || ^>=1.4,-    tasty >=1.1 && <1.5,+    tasty >=1.1 && <1.6,     tasty-hedgehog >=0.2 && <2,     tasty-hunit ^>=0.10,     zxcvbn-hs