From 5bb993291948795ac9732e4da76a173eda924ad2 Mon Sep 17 00:00:00 2001 From: Hiromi Ishii Date: Tue, 21 Jun 2011 03:12:19 +0900 Subject: [PATCH] removed redundant import --- Web/Authenticate/OAuth.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Web/Authenticate/OAuth.hs b/Web/Authenticate/OAuth.hs index 035d799e..f327569e 100644 --- a/Web/Authenticate/OAuth.hs +++ b/Web/Authenticate/OAuth.hs @@ -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