yesod-auth-oauth 1.6.0.2 → 1.6.0.3
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~yesod-formPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod-form
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- yesod-auth-oauth.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,9 @@+# ChangeLog for yesod-auth-oauth++## 1.6.0.3++* Allow yesod-form 1.7+ ## 1.6.0.2 * Remove unnecessary deriving of Typeable
yesod-auth-oauth.cabal view
@@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: yesod-auth-oauth-version: 1.6.0.2+version: 1.6.0.3 license: BSD3 license-file: LICENSE author: Hiromi Ishii@@ -22,7 +22,7 @@ , unliftio , yesod-auth >= 1.6 && < 1.7 , yesod-core >= 1.6 && < 1.7- , yesod-form >= 1.6 && < 1.7+ , yesod-form >= 1.6 && < 1.8 exposed-modules: Yesod.Auth.OAuth ghc-options: -Wall