Remove GHC's haskell98 dependency
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs
index 30574ae..031d4a7 100644 (file)
@@ -25,7 +25,7 @@ module TcRnDriver (
        tcRnExtCore
     ) where
 
-import IO
+import System.IO
 #ifdef GHCI
 import {-# SOURCE #-} TcSplice ( tcSpliceDecls )
 #endif