From: ross Date: Thu, 22 May 2003 08:20:38 +0000 (+0000) Subject: [project @ 2003-05-22 08:20:38 by ross] X-Git-Tag: nhc98-1-18-release~642 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=481ac15086bede68f5a5ee5584cff2b2af89418f;p=ghc-base.git [project @ 2003-05-22 08:20:38 by ross] trim import --- diff --git a/Foreign/Marshal/Alloc.hs b/Foreign/Marshal/Alloc.hs index 6e82380..a0e375c 100644 --- a/Foreign/Marshal/Alloc.hs +++ b/Foreign/Marshal/Alloc.hs @@ -30,7 +30,7 @@ module Foreign.Marshal.Alloc ( import Data.Maybe import Foreign.Ptr ( Ptr, nullPtr, FunPtr ) -import Foreign.C.Types ( CSize, CInt(..) ) +import Foreign.C.Types ( CSize ) import Foreign.Storable ( Storable(sizeOf) ) #ifdef __GLASGOW_HASKELL__