yesod-auth-oauth 1.3.0 → 1.4.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~yesod-authdep ~yesod-coredep ~yesod-formPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: yesod-auth, yesod-core, yesod-form
API changes (from Hackage documentation)
Files
- yesod-auth-oauth.cabal +4/−4
yesod-auth-oauth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-oauth-version: 1.3.0+version: 1.4.0 license: BSD3 license-file: LICENSE author: Hiromi Ishii@@ -22,10 +22,10 @@ build-depends: base >= 4 && < 4.3 build-depends: authenticate-oauth >= 1.5 && < 1.6 , bytestring >= 0.9.1.4- , yesod-core >= 1.2 && < 1.3- , yesod-auth >= 1.3 && < 1.4+ , yesod-core >= 1.4 && < 1.5+ , yesod-auth >= 1.4 && < 1.5 , text >= 0.7- , yesod-form >= 1.3 && < 1.4+ , yesod-form >= 1.4 && < 1.5 , transformers >= 0.2.2 && < 0.5 , lifted-base >= 0.2 && < 0.3 exposed-modules: Yesod.Auth.OAuth