From: benl@ouroborus.net Date: Mon, 30 Aug 2010 04:47:41 +0000 (+0000) Subject: Fix warnings X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=043c26a1623dcc0a2ebe86c5cae4b4ca20149d0b;p=ghc-base.git Fix warnings --- 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(..))