X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FEvent%2FEPoll.hsc;h=b2311c8940bb209b77ef492237870c6246c81d8b;hb=41e8fba828acbae1751628af50849f5352b27873;hp=ccc8ec032ca3ca8496cd970ac5c376af1ebc52b1;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/System/Event/EPoll.hsc b/System/Event/EPoll.hsc index ccc8ec0..b2311c8 100644 --- a/System/Event/EPoll.hsc +++ b/System/Event/EPoll.hsc @@ -1,5 +1,9 @@ -{-# LANGUAGE ForeignFunctionInterface, GeneralizedNewtypeDeriving, - NoImplicitPrelude, BangPatterns #-} +{-# LANGUAGE CPP + , ForeignFunctionInterface + , GeneralizedNewtypeDeriving + , NoImplicitPrelude + , BangPatterns + #-} -- -- | A binding to the epoll I/O event notification facility