Skip to content

Commit

Permalink
Fix build on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Jun 22, 2013
1 parent 96d89d7 commit 96bf7db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GHC/Event/KQueue.hsc
Expand Up @@ -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))
Expand Down

0 comments on commit 96bf7db

Please sign in to comment.