yesod-auth-oauth 1.4.0 → 1.4.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +0/−0
- README.md +3/−0
- yesod-auth-oauth.cabal +3/−2
+ ChangeLog.md view
+ README.md view
@@ -0,0 +1,3 @@+## yesod-auth-oauth++Oauth Authentication for Yesod.
yesod-auth-oauth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-oauth-version: 1.4.0+version: 1.4.0.1 license: BSD3 license-file: LICENSE author: Hiromi Ishii@@ -10,7 +10,8 @@ cabal-version: >= 1.6.0 build-type: Simple homepage: http://www.yesodweb.com/-description: Oauth Authentication for Yesod.+description: API docs and the README are available at <http://www.stackage.org/package/yesod-auth-oauth>+extra-source-files: README.md ChangeLog.md flag ghc7