yesod-auth-oauth 1.4.0.1 → 1.4.0.2
raw patch · 3 files changed
+5/−1 lines, 3 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Yesod.Auth.OAuth: instance Typeable YesodOAuthException
Files
- ChangeLog.md +3/−0
- Yesod/Auth/OAuth.hs +1/−0
- yesod-auth-oauth.cabal +1/−1
ChangeLog.md view
@@ -0,0 +1,3 @@+## 1.4.0.2++* Compile with GHC 7.10
Yesod/Auth/OAuth.hs view
@@ -1,4 +1,5 @@ {-# LANGUAGE DeriveDataTypeable, OverloadedStrings, QuasiQuotes #-}+{-# LANGUAGE FlexibleContexts #-} module Yesod.Auth.OAuth ( authOAuth , oauthUrl
yesod-auth-oauth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-oauth-version: 1.4.0.1+version: 1.4.0.2 license: BSD3 license-file: LICENSE author: Hiromi Ishii