[project @ 2002-08-29 15:44:11 by simonmar]
[ghc-hetmet.git] / ghc / compiler / codeGen / CodeGen.lhs
index a8ce811..76aa521 100644 (file)
@@ -57,7 +57,7 @@ import Panic          ( assertPanic )
 import Outputable
 #endif
 
-import IOExts          ( readIORef )
+import DATA_IOREF      ( readIORef )
 \end{code}
 
 \begin{code}