From 481ac15086bede68f5a5ee5584cff2b2af89418f Mon Sep 17 00:00:00 2001 From: ross Date: Thu, 22 May 2003 08:20:38 +0000 Subject: [PATCH] [project @ 2003-05-22 08:20:38 by ross] trim import --- Foreign/Marshal/Alloc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 1.7.10.4