X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FInteractiveUI.hs;h=8fee9ba19f61e7fa13e5c4978cc73645f0716d17;hb=9d7da331989abcd1844e9d03b8d1e4163796fa85;hp=0bf37dc4005e408893fc4663c9dc5d34b22a9528;hpb=8d180b0dd5b3796c96b162464b93ab1cacc3b789;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 0bf37dc..8fee9ba 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -25,10 +25,10 @@ import PprTyThing import Outputable -- for createtags (should these come via GHC?) -import Module( moduleUserString ) -import Name( nameSrcLoc, nameModule, nameOccName ) -import OccName( pprOccName ) -import SrcLoc( isGoodSrcLoc, srcLocFile, srcLocLine, srcLocCol ) +import Module ( moduleString ) +import Name ( nameSrcLoc, nameModule, nameOccName ) +import OccName ( pprOccName ) +import SrcLoc ( isGoodSrcLoc, srcLocFile, srcLocLine, srcLocCol ) -- Other random utilities import Digraph ( flattenSCCs ) @@ -813,7 +813,7 @@ createTagsFile session tagskind tagFile = do is_interpreted <- GHC.moduleIsInterpreted session m -- should we just skip these? when (not is_interpreted) $ - throwDyn (CmdLineError ("module '" ++ moduleUserString m ++ "' is not interpreted")) + throwDyn (CmdLineError ("module '" ++ moduleString m ++ "' is not interpreted")) mbModInfo <- GHC.getModuleInfo session m let unqual