[project @ 2002-09-03 15:32:16 by simonmar]
[ghc-hetmet.git] / ghc / compiler / ghci / ByteCodeLink.lhs
index eac4de0..0ca24f8 100644 (file)
@@ -51,18 +51,12 @@ import Data.Int             ( Int64 )
 import System.IO       ( fixIO )
 import Control.Exception ( throwDyn )
 
-import GlaExts         ( BCO#, newBCO#, unsafeCoerce#, 
+import GHC.Exts                ( BCO#, newBCO#, unsafeCoerce#, 
                          ByteArray#, Array#, addrToHValue#, mkApUpd0# )
 
-#if __GLASGOW_HASKELL__ >= 503
 import GHC.Arr         ( Array(..) )
 import GHC.IOBase      ( IO(..) )
 import GHC.Ptr         ( Ptr(..) )
-#else
-import PrelArr         ( Array(..) )
-import PrelIOBase      ( IO(..) )
-import Ptr             ( Ptr(..) )
-#endif
 \end{code}
 
 %************************************************************************