summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-22 15:05:58 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-22 15:05:58 +0100
commit44cff447541187bbb73b5fbf68d5acce6594b497 (patch)
tree3e442834f11526694aa936061b8a449ffc3c0bf0 /libraries/base/GHC/Event
parent35084950feb1a3cabd715dbb26a0ff8e17b7c06e (diff)
downloadhaskell-44cff447541187bbb73b5fbf68d5acce6594b497.tar.gz
Fix build on OS X
Diffstat (limited to 'libraries/base/GHC/Event')
-rw-r--r--libraries/base/GHC/Event/KQueue.hsc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/KQueue.hsc b/libraries/base/GHC/Event/KQueue.hsc
index 6fca28a904..b5eb2277c2 100644
--- a/libraries/base/GHC/Event/KQueue.hsc
+++ b/libraries/base/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))