removed redundant import
This commit is contained in:
parent
d9be899bf5
commit
5bb9932919
@ -38,7 +38,6 @@ import Data.Enumerator (($$), run_, Stream (..), continue)
|
|||||||
import Data.Monoid (mconcat)
|
import Data.Monoid (mconcat)
|
||||||
import Control.Monad.IO.Class (MonadIO (liftIO))
|
import Control.Monad.IO.Class (MonadIO (liftIO))
|
||||||
import Data.IORef (newIORef, readIORef, atomicModifyIORef)
|
import Data.IORef (newIORef, readIORef, atomicModifyIORef)
|
||||||
import Control.Exception (Exception, throwIO)
|
|
||||||
|
|
||||||
-- | Data type for OAuth client (consumer).
|
-- | Data type for OAuth client (consumer).
|
||||||
data OAuth = OAuth { oauthServerName :: String -- ^ Service name
|
data OAuth = OAuth { oauthServerName :: String -- ^ Service name
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user