[commit: base] : Remove unnecessary import. (9cf99f7)
Johan Tibell
johan.tibell at gmail.com
Tue Feb 12 07:51:04 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch :
http://hackage.haskell.org/trac/ghc/changeset/9cf99f7c84731311470f0d7d5954db81b2702ea2
>---------------------------------------------------------------
commit 9cf99f7c84731311470f0d7d5954db81b2702ea2
Author: Andreas Voellmy <andreas.voellmy at gmail.com>
Date: Fri Dec 21 16:57:48 2012 -0500
Remove unnecessary import.
>---------------------------------------------------------------
GHC/Event/Manager.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/GHC/Event/Manager.hs b/GHC/Event/Manager.hs
index d52182e..5461809 100644
--- a/GHC/Event/Manager.hs
+++ b/GHC/Event/Manager.hs
@@ -62,7 +62,7 @@ import GHC.Conc.Signal (runHandlers)
import GHC.Conc.Sync (yield)
import GHC.List (filter)
import GHC.Num (Num(..))
-import GHC.Real ((/), fromIntegral, mod)
+import GHC.Real (fromIntegral, mod)
import GHC.Show (Show(..))
import GHC.Event.Control
import GHC.Event.Internal (Backend, Event, evtClose, evtRead, evtWrite,
More information about the ghc-commits
mailing list