From cb28985ec37f65a8fee697e2b6d359626a44a41a Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 21 Mar 2011 23:43:08 +0000 Subject: [PATCH] Rename System.Event to GHC.Event It's just an internal GHC library, for now at least --- rts/posix/Signals.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/posix/Signals.c b/rts/posix/Signals.c index 1e1bb3f..9f5bf9f 100644 --- a/rts/posix/Signals.c +++ b/rts/posix/Signals.c @@ -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; } -- 1.7.10.4