[project @ 2003-05-22 08:20:38 by ross]
authorross <unknown>
Thu, 22 May 2003 08:20:38 +0000 (08:20 +0000)
committerross <unknown>
Thu, 22 May 2003 08:20:38 +0000 (08:20 +0000)
trim import

Foreign/Marshal/Alloc.hs

index 6e82380..a0e375c 100644 (file)
@@ -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__