[commit: base] master: Fix build on OS X (96bf7db)
Ian Lynagh
igloo at earth.li
Sat Jun 22 16:34:13 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/96bf7db4c30c8a52256af015f7367da5f96daf9b
>---------------------------------------------------------------
commit 96bf7db4c30c8a52256af015f7367da5f96daf9b
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Jun 22 15:05:58 2013 +0100
Fix build on OS X
>---------------------------------------------------------------
GHC/Event/KQueue.hsc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/GHC/Event/KQueue.hsc b/GHC/Event/KQueue.hsc
index 6fca28a..b5eb227 100644
--- a/GHC/Event/KQueue.hsc
+++ b/GHC/Event/KQueue.hsc
@@ -41,7 +41,6 @@ import Foreign.Ptr (Ptr, nullPtr)
import Foreign.Storable (Storable(..))
import GHC.Base
import GHC.Enum (toEnum)
-import GHC.Err (undefined)
import GHC.Num (Num(..))
import GHC.Real (ceiling, floor, fromIntegral)
import GHC.Show (Show(show))
More information about the ghc-commits
mailing list