[project @ 2002-09-03 15:32:16 by simonmar]
authorsimonmar <unknown>
Tue, 3 Sep 2002 15:33:10 +0000 (15:33 +0000)
committersimonmar <unknown>
Tue, 3 Sep 2002 15:33:10 +0000 (15:33 +0000)
GlaExts => GHC.Exts

ghc/compiler/ghci/ByteCodeItbls.lhs
ghc/compiler/ghci/ByteCodeLink.lhs

index 730852f..c7f829e 100644 (file)
@@ -27,12 +27,8 @@ import Bits          ( Bits(..), shiftR )
 
 import Monad           ( liftM )
 
-import GlaExts         ( Int(I#), addr2Int# )
-#if __GLASGOW_HASKELL__ < 503
-import Ptr             ( Ptr(..) )
-#else
+import GHC.Exts                ( Int(I#), addr2Int# )
 import GHC.Ptr         ( Ptr(..) )
-#endif
 \end{code}
 
 %************************************************************************
index 9e1e888..0ca24f8 100644 (file)
@@ -51,7 +51,7 @@ 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# )
 
 import GHC.Arr         ( Array(..) )