Rename System.Event to GHC.Event
[ghc-base.git] / GHC / Event / EPoll.hsc
similarity index 97%
rename from System/Event/EPoll.hsc
rename to GHC/Event/EPoll.hsc
index f30c4bd..1cfd202 100644 (file)
 --
 -- epoll decouples monitor an fd from the process of registering it.
 --
-module System.Event.EPoll
+module GHC.Event.EPoll
     (
       new
     , available
     ) where
 
-import qualified System.Event.Internal as E
+import qualified GHC.Event.Internal as E
 
 #include "EventConfig.h"
 #if !defined(HAVE_EPOLL)
@@ -54,8 +54,8 @@ import System.Posix.Internals (c_close)
 import System.Posix.Internals (setCloseOnExec)
 import System.Posix.Types (Fd(..))
 
-import qualified System.Event.Array    as A
-import           System.Event.Internal (Timeout(..))
+import qualified GHC.Event.Array    as A
+import           GHC.Event.Internal (Timeout(..))
 
 available :: Bool
 available = True