Rename System.Event to GHC.Event
authorIan Lynagh <igloo@earth.li>
Mon, 21 Mar 2011 23:43:08 +0000 (23:43 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 21 Mar 2011 23:43:08 +0000 (23:43 +0000)
It's just an internal GHC library, for now at least

rts/posix/Signals.c

index 1e1bb3f..9f5bf9f 100644 (file)
@@ -101,7 +101,7 @@ void
 setIOManagerWakeupFd (int fd)
 {
     // only called when THREADED_RTS, but unconditionally
-    // compiled here because System.Event.Control depends on it.
+    // compiled here because GHC.Event.Control depends on it.
     io_manager_wakeup_fd = fd;
 }
 
@@ -109,7 +109,7 @@ void
 setIOManagerControlFd (int fd)
 {
     // only called when THREADED_RTS, but unconditionally
-    // compiled here because System.Event.Control depends on it.
+    // compiled here because GHC.Event.Control depends on it.
     io_manager_control_fd = fd;
 }