[project @ 2002-08-29 15:44:11 by simonmar]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcMonad.lhs
index 7b06460..a7c15f8 100644 (file)
@@ -63,10 +63,9 @@ import Unique                ( Unique )
 import CmdLineOpts
 import Outputable
 
-import IOExts          ( IORef, newIORef, readIORef, writeIORef,
-                         unsafeInterleaveIO, fixIO
-                       )
-
+import DATA_IOREF      ( IORef, newIORef, readIORef, writeIORef )
+import UNSAFE_IO       ( unsafeInterleaveIO )
+import FIX_IO          ( fixIO )
 
 infixr 9 `thenTc`, `thenTc_`, `thenNF_Tc`, `thenNF_Tc_` 
 \end{code}