[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / exts / GlaExts.lhs
similarity index 94%
rename from ghc/lib/glaExts/GlaExts.lhs
rename to ghc/lib/exts/GlaExts.lhs
index 98d48bd..b00e591 100644 (file)
@@ -54,19 +54,19 @@ module GlaExts
        trace,
        Lift(..),
 
-        -- and finally, all the unboxed primops of GHC!
-        module GHC
+        -- and finally, all the unboxed primops of PrelGHC!
+        module PrelGHC
 
        ) where
 
-import GHC
-import STBase
-import IOExts
+import PrelGHC
 import PrelBase
+import PrelST
+import IOExts
+import PrelIOBase
 import ByteArray
 import MutableArray
 import Monad
-import IOBase
 import Foreign
 
 type PrimIO a = IO a