[project @ 2001-01-11 17:33:32 by simonmar]
[ghc-hetmet.git] / ghc / tests / codeGen / should_run / cg026.hs
index 4deaab9..7d2ded4 100644 (file)
@@ -3,13 +3,12 @@
 module Main ( main ) where
 
 import PrelBase
-import PrelAddr(indexAddrOffAddr)
+import Addr
 import ST
 import IOExts
 import ST
 import MutableArray
 import ByteArray
-import PrelAddr
 import Int( Num(fromInt) )
 import CString (packString)