[project @ 2002-10-09 16:55:30 by malcolm]
[haskell-directory.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__