yesod-auth 1.6.12.0 → 1.6.12.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~yesod-core
Dependency ranges changed: yesod-core
Files
- ChangeLog.md +4/−0
- yesod-auth.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yesod-auth +## 1.6.12.1++* Support `yesod-core` 1.7+ ## 1.6.12.0 * Add `afterPasswordRouteHandler` [#1863](https://github.com/yesodweb/yesod/pull/1863)
yesod-auth.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: yesod-auth-version: 1.6.12.0+version: 1.6.12.1 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin@@ -57,7 +57,7 @@ , unliftio-core , unordered-containers , wai >= 1.4- , yesod-core >= 1.6 && < 1.7+ , yesod-core >= 1.6 && < 1.8 , yesod-form >= 1.6 && < 1.8 , yesod-persistent >= 1.6