From: Simon Marlow Date: Wed, 18 Apr 2007 14:20:08 +0000 (+0000) Subject: unused import X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=23db9fc03dc87d8389fb4a096c33a1b8db95cd05;p=ghc-hetmet.git unused import --- diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index ddd6a13..3f7a0f5 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -79,7 +79,7 @@ import Control.Monad as Monad import Foreign.StablePtr ( newStablePtr ) import GHC.Exts ( unsafeCoerce# ) -import GHC.IOBase ( IOErrorType(InvalidArgument), IO(IO) ) +import GHC.IOBase ( IOErrorType(InvalidArgument) ) import Data.IORef ( IORef, readIORef, writeIORef )