[commit: ghc] master: fix warning (3a6120a)

Simon Marlow marlowsd at gmail.com
Fri Aug 26 23:52:33 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/3a6120a279aa290e98a42f4c955ac5a1de781cec

>---------------------------------------------------------------

commit 3a6120a279aa290e98a42f4c955ac5a1de781cec
Author: Simon Marlow <marlowsd at gmail.com>
Date:   Fri Aug 26 22:18:45 2011 +0100

    fix warning

>---------------------------------------------------------------

 ghc/InteractiveUI.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 3efc2e5..cb1ae41 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -34,7 +34,7 @@ import UniqFM
 
 import HscTypes ( tyThingParent_maybe, handleFlagWarnings, getSafeMode, dep_pkgs )
 import HsImpExp
-import RdrName ( RdrName, getGRE_NameQualifier_maybes )
+import RdrName ( getGRE_NameQualifier_maybes )
 import Outputable hiding ( printForUser, printForUserPartWay, bold )
 import Module
 import Name





More information about the Cvs-ghc mailing list