diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-06-22 15:05:58 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-22 15:05:58 +0100 |
commit | 44cff447541187bbb73b5fbf68d5acce6594b497 (patch) | |
tree | 3e442834f11526694aa936061b8a449ffc3c0bf0 /libraries/base/GHC/Event | |
parent | 35084950feb1a3cabd715dbb26a0ff8e17b7c06e (diff) | |
download | haskell-44cff447541187bbb73b5fbf68d5acce6594b497.tar.gz |
Fix build on OS X
Diffstat (limited to 'libraries/base/GHC/Event')
-rw-r--r-- | libraries/base/GHC/Event/KQueue.hsc | 1 |
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)) |