From: ross Date: Mon, 9 Sep 2002 16:04:10 +0000 (+0000) Subject: [project @ 2002-09-09 16:04:10 by ross] X-Git-Tag: nhc98-1-18-release~864 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fd8492c3679bcaae193fb892bb035c4401ec9138;p=ghc-base.git [project @ 2002-09-09 16:04:10 by ross] More imports for non-GHC platforms. --- diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index b98cf8a..73a651d 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -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__