diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-08-26 22:18:45 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-08-26 22:52:06 +0100 |
commit | 3a6120a279aa290e98a42f4c955ac5a1de781cec (patch) | |
tree | 0b752e1134c5c51077f0c073752f8e32ae8a6e06 /ghc/InteractiveUI.hs | |
parent | 79d6745f66c678de5e104b2146d3dd3e2f006c3e (diff) | |
download | haskell-3a6120a279aa290e98a42f4c955ac5a1de781cec.tar.gz |
fix warning
Diffstat (limited to 'ghc/InteractiveUI.hs')
-rw-r--r-- | ghc/InteractiveUI.hs | 2 |
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 |