[project @ 2002-09-03 15:32:16 by simonmar]
[ghc-hetmet.git] / ghc / compiler / ghci / ByteCodeItbls.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}
 
 %************************************************************************