mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01: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
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user