[commit: base] master: Resolve issue #7482 by removing the ability to create a new event manager. (52bab34)
Johan Tibell
johan.tibell at gmail.com
Tue Feb 12 07:49:49 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/52bab349b501fefcf6983ccb75debeb19ce14526
>---------------------------------------------------------------
commit 52bab349b501fefcf6983ccb75debeb19ce14526
Author: Andreas Voellmy <andreas.voellmy at gmail.com>
Date: Wed Dec 19 21:59:00 2012 -0500
Resolve issue #7482 by removing the ability to create a new event manager.
A search of hackage showed that all packages that use this module (which is considered private to GHC) do not use the 'new' function.
>---------------------------------------------------------------
GHC/Event.hs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/GHC/Event.hs b/GHC/Event.hs
index fd421dd..f0c2edd 100644
--- a/GHC/Event.hs
+++ b/GHC/Event.hs
@@ -13,7 +13,6 @@ module GHC.Event
EventManager
-- * Creation
- , new
, getSystemEventManager
-- * Running
More information about the ghc-commits
mailing list