[project @ 2002-08-05 08:29:17 by simonmar]
authorsimonmar <unknown>
Mon, 5 Aug 2002 08:29:17 +0000 (08:29 +0000)
committersimonmar <unknown>
Mon, 5 Aug 2002 08:29:17 +0000 (08:29 +0000)
Add missing GHC imports

Foreign/Storable.lhs

index 6e2d376..0155258 100644 (file)
@@ -40,6 +40,16 @@ import Foreign.C.TypesISO
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Storable
+import GHC.Stable      ( StablePtr )
+import GHC.Num
+import GHC.Int
+import GHC.Word
+import GHC.Stable
+import GHC.Ptr
+import GHC.Float
+import GHC.Err
+import GHC.IOBase
+import GHC.Base
 #elif defined(__HUGS__)
 import HugsStorable
 #endif