mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-09-04 17:03:50 +02:00
Reformat data declaration and comment
- Prevents haddock parse error
This commit is contained in:
parent
bcdbf1b48a
commit
a2647e0ada
@ -29,9 +29,8 @@ import Yesod.Form
|
|||||||
|
|
||||||
import qualified Data.ByteString.Lazy as BSL
|
import qualified Data.ByteString.Lazy as BSL
|
||||||
|
|
||||||
data YesodOAuth2Exception = InvalidProfileResponse
|
-- | Provider name and Aeson parse error
|
||||||
Text -- ^ Provider name
|
data YesodOAuth2Exception = InvalidProfileResponse Text BSL.ByteString
|
||||||
BSL.ByteString -- ^ Aeson parse error
|
|
||||||
deriving (Show, Typeable)
|
deriving (Show, Typeable)
|
||||||
|
|
||||||
instance Exception YesodOAuth2Exception
|
instance Exception YesodOAuth2Exception
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user