summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2011-08-26 22:18:45 +0100
committerSimon Marlow <marlowsd@gmail.com>2011-08-26 22:52:06 +0100
commit3a6120a279aa290e98a42f4c955ac5a1de781cec (patch)
tree0b752e1134c5c51077f0c073752f8e32ae8a6e06 /ghc
parent79d6745f66c678de5e104b2146d3dd3e2f006c3e (diff)
downloadhaskell-3a6120a279aa290e98a42f4c955ac5a1de781cec.tar.gz
fix warning
Diffstat (limited to 'ghc')
-rw-r--r--ghc/InteractiveUI.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 3efc2e51b3..cb1ae41e60 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