removed redundant import

This commit is contained in:
Hiromi Ishii 2011-06-21 03:12:19 +09:00
parent d9be899bf5
commit 5bb9932919

View File

@ -38,7 +38,6 @@ import Data.Enumerator (($$), run_, Stream (..), continue)
import Data.Monoid (mconcat)
import Control.Monad.IO.Class (MonadIO (liftIO))
import Data.IORef (newIORef, readIORef, atomicModifyIORef)
import Control.Exception (Exception, throwIO)
-- | Data type for OAuth client (consumer).
data OAuth = OAuth { oauthServerName :: String -- ^ Service name