packages feed

yesod-auth-oauth2 0.0.5 → 0.0.5.1

raw patch · 2 files changed

+3/−4 lines, 2 files

Files

Yesod/Auth/OAuth2.hs view
@@ -29,9 +29,8 @@  import qualified Data.ByteString.Lazy as BSL -data YesodOAuth2Exception = InvalidProfileResponse-    Text           -- ^ Provider name-    BSL.ByteString -- ^ Aeson parse error+-- | Provider name and Aeson parse error+data YesodOAuth2Exception = InvalidProfileResponse Text BSL.ByteString     deriving (Show, Typeable)  instance Exception YesodOAuth2Exception
yesod-auth-oauth2.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth-oauth2-version:         0.0.5+version:         0.0.5.1 license:         BSD3 license-file:    LICENSE author:          Tom Streller