packages feed

yesod-auth-hashdb 1.6.0.1 → 1.6.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~persistent

Dependency ranges changed: persistent

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.6.1++* Relax upper bound on persistent+ ## 1.6.0.1  * Fix serious documentation layout problem caused by typo
yesod-auth-hashdb.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth-hashdb-version:         1.6.0.1+version:         1.6.1 license:         MIT license-file:    LICENSE author:          Patrick Brisbin, later changes Paul Rouse@@ -38,7 +38,7 @@                    , yesod-auth              >= 1.4        && < 1.5                    , text                    >= 0.7                    , yesod-persistent        >= 1.2-                   , persistent              >= 2.1        && < 2.7+                   , persistent              >= 2.1        && < 2.8                    , yesod-form              >= 1.4        && < 1.5                    , pwstore-fast            >= 2.2                    , aeson