yesod-auth-oauth2 0.0.9 → 0.0.10
raw patch · 2 files changed
+5/−5 lines, 2 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/OAuth2/Learn.hs view
@@ -64,7 +64,7 @@ fetchLearnProfile :: Manager -> AccessToken -> IO (Creds m) fetchLearnProfile manager token = do result <- authGetJSON manager token "http://learn.thoughtbot.com/api/v1/me.json"- + case result of Right (LearnResponse user) -> return $ toCreds user Left err -> throwIO $ InvalidProfileResponse "learn" err
yesod-auth-oauth2.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-oauth2-version: 0.0.9+version: 0.0.10 license: BSD3 license-file: LICENSE author: Tom Streller@@ -34,11 +34,11 @@ , http-conduit >= 2.0 && < 3.0 , http-types >= 0.8 && < 0.9 , aeson >= 0.6 && < 0.8- , yesod-core >= 1.2 && < 1.4+ , yesod-core >= 1.2 && < 1.5 , authenticate >= 1.3.2.7 && < 1.4- , yesod-auth >= 1.3 && < 1.4+ , yesod-auth >= 1.3 && < 1.5 , text >= 0.7 && < 2.0- , yesod-form >= 1.3 && < 1.4+ , yesod-form >= 1.3 && < 1.5 , transformers >= 0.2.2 && < 0.4 , hoauth2 >= 0.4.1 && < 0.5 , lifted-base >= 0.2 && < 0.4