From 84bfe18bf6bc6cc19291c1cd96b65aa87e8fec81 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 5 Aug 2002 08:29:17 +0000 Subject: [PATCH] [project @ 2002-08-05 08:29:17 by simonmar] Add missing GHC imports --- Foreign/Storable.lhs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 1.7.10.4