diff options
author | Ian Lynagh <igloo@earth.li> | 2011-05-08 16:13:33 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-05-08 16:13:33 +0100 |
commit | d45197aabb22178066a8ec50d29331786a0c518c (patch) | |
tree | feac564466e2d1182b8d0ee7691580f564cf5b17 /ghc | |
parent | c5f7496604b096277e3ba57fcb6ed85422613c75 (diff) | |
parent | daead6bf93cc751417461507048db9b1aa8b669a (diff) | |
download | haskell-d45197aabb22178066a8ec50d29331786a0c518c.tar.gz |
Merge branch 'coloured-core' of https://github.com/nominolo/ghc into coloured-corecoloured-core
Diffstat (limited to 'ghc')
-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 2685377500..0f68607a92 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -38,7 +38,7 @@ import HscTypes ( handleFlagWarnings ) import HsImpExp import qualified RdrName ( getGRE_NameQualifier_maybes ) -- should this come via GHC? import RdrName (RdrName) -import Outputable hiding (printForUser, printForUserPartWay) +import Outputable hiding (printForUser, printForUserPartWay, bold) import Module -- for ModuleEnv import Name import SrcLoc |