[project @ 2002-12-17 13:50:28 by simonmar]
[ghc-hetmet.git] / ghc / compiler / compMan / CompManager.lhs
index 6dc4c6e..517b824 100644 (file)
@@ -490,7 +490,7 @@ cmDepAnal cmstate dflags rootnames
   = do showPass dflags "Chasing dependencies"
        when (verbosity dflags >= 1 && gmode cmstate == Batch) $
            hPutStrLn stderr (showSDoc (hcat [
-            text progName, text ": chasing modules from: ",
+            text "Chasing modules from: ",
             hcat (punctuate comma (map text rootnames))]))
        downsweep rootnames (mg cmstate)