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