From 043c26a1623dcc0a2ebe86c5cae4b4ca20149d0b Mon Sep 17 00:00:00 2001 From: "benl@ouroborus.net" Date: Mon, 30 Aug 2010 04:47:41 +0000 Subject: [PATCH] Fix warnings --- System/Event/KQueue.hsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Event/KQueue.hsc b/System/Event/KQueue.hsc index b272bcf..9c7c36c 100644 --- a/System/Event/KQueue.hsc +++ b/System/Event/KQueue.hsc @@ -26,7 +26,7 @@ import Control.Monad (when, unless) import Data.Bits (Bits(..)) import Data.Word (Word16, Word32) import Foreign.C.Error (throwErrnoIfMinus1) -import Foreign.C.Types (CInt, CIntPtr, CLong, CTime, CUIntPtr) +import Foreign.C.Types (CInt, CLong, CTime) import Foreign.Marshal.Alloc (alloca) import Foreign.Ptr (Ptr, nullPtr) import Foreign.Storable (Storable(..)) -- 1.7.10.4