From: simonmar Date: Mon, 5 Aug 2002 08:29:17 +0000 (+0000) Subject: [project @ 2002-08-05 08:29:17 by simonmar] X-Git-Tag: nhc98-1-18-release~914 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=84bfe18bf6bc6cc19291c1cd96b65aa87e8fec81;p=ghc-base.git [project @ 2002-08-05 08:29:17 by simonmar] Add missing GHC imports --- diff --git a/Foreign/Storable.lhs b/Foreign/Storable.lhs index 6e2d376..0155258 100644 --- a/Foreign/Storable.lhs +++ b/Foreign/Storable.lhs @@ -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