unused import
authorSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 14:20:08 +0000 (14:20 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 18 Apr 2007 14:20:08 +0000 (14:20 +0000)
compiler/ghci/InteractiveUI.hs

index ddd6a13..3f7a0f5 100644 (file)
@@ -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 )