Reformat everything with Stylish Haskell

This commit is contained in:
patrick brisbin 2023-04-05 17:51:14 -04:00
parent f5e4d33daa
commit 621a7ee7e6
No known key found for this signature in database
GPG Key ID: 07BF97A312D7F34C
2 changed files with 2 additions and 6 deletions

View File

@ -19,11 +19,7 @@ import Network.HTTP.Conduit (Manager)
import qualified Network.OAuth.OAuth2 as OAuth2
#if MIN_VERSION_hoauth2(2,7,0)
import Network.OAuth.OAuth2
( AccessToken(..)
, ExchangeToken(..)
, OAuth2Token(..)
, RefreshToken(..)
)
(AccessToken(..), ExchangeToken(..), OAuth2Token(..), RefreshToken(..))
import Network.OAuth.OAuth2.TokenRequest (TokenRequestError)
#else
import Network.OAuth.OAuth2

View File

@ -14,7 +14,7 @@ module Yesod.Auth.OAuth2.Slack
import Yesod.Auth.OAuth2.Prelude
import Network.HTTP.Client
(httpLbs, parseUrlThrow, responseBody, setQueryString)
(httpLbs, parseUrlThrow, responseBody, setQueryString)
import Yesod.Auth.OAuth2.Exception as YesodOAuth2Exception
data SlackScope