[project @ 2002-09-09 16:04:10 by ross]
[ghc-base.git] / Foreign / Storable.hs
index b98cf8a..73a651d 100644 (file)
@@ -47,7 +47,10 @@ import GHC.Err
 import GHC.IOBase
 import GHC.Base
 #else
+import Data.Int
+import Data.Word
 import Foreign.Ptr
+import Foreign.StablePtr
 #endif
 
 #ifdef __HUGS__