From 819f535e7b0d31cf43ef2834a0b29f7f4c26aef6 Mon Sep 17 00:00:00 2001 From: malcolm Date: Mon, 23 Dec 2002 13:33:16 +0000 Subject: [PATCH] [project @ 2002-12-23 13:33:16 by malcolm] Ensure all the Storable instances are available in nhc98. --- Foreign/Storable.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index b225eb7..83d8e75 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -30,7 +30,8 @@ module Foreign.Storable #ifdef __NHC__ -import NHC.FFI (Storable(..)) +import NHC.FFI (Storable(..),Ptr,FunPtr,StablePtr + ,Int8,Int16,Int32,Int64,Word8,Word16,Word32,Word64) #else import Control.Monad ( liftM ) -- 1.7.10.4