yesod-auth-hashdb 1.4.2.1 → 1.4.2.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~persistentPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: persistent
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- yesod-auth-hashdb.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.4.2.2++* Relax upper bound to allow persistent-2.2.*+ ## 1.4.2.1 * Add ChangeLog
yesod-auth-hashdb.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-hashdb-version: 1.4.2.1+version: 1.4.2.2 license: MIT license-file: LICENSE author: Patrick Brisbin, later changes Paul Rouse@@ -35,7 +35,7 @@ , yesod-auth >= 1.4 && < 1.5 , text >= 0.7 , yesod-persistent >= 1.2- , persistent >= 2.1 && < 2.2+ , persistent >= 2.1 && < 2.3 , yesod-form >= 1.4 && < 1.5 , pwstore-fast >= 2.2 , cryptohash >= 0.8