[project @ 2002-08-29 15:44:11 by simonmar]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcEnv.lhs
index f80e2db..b1a9084 100644 (file)
@@ -70,7 +70,7 @@ import HscTypes               ( lookupType, TyThing(..) )
 import SrcLoc          ( SrcLoc )
 import Outputable
 
-import IOExts          ( newIORef )
+import DATA_IOREF      ( newIORef )
 \end{code}
 
 %************************************************************************