[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / lib / exts / GlaExts.lhs
index a95a6eb..0bc59ac 100644 (file)
@@ -61,14 +61,13 @@ module GlaExts
 
 import PrelGHC
 import PrelBase
-import PrelAddr   ( Addr(..) )
+import PrelAddr   ( Addr(..), Word(..) )
 import PrelST
 import IOExts
 import PrelIOBase
 import ByteArray
 import MutableArray
 import Monad
-import PrelCCall   ( Word(..) )
 
 type PrimIO a = IO a
 primIOToIO io = io