[project @ 2005-03-02 11:06:58 by simonmar]
authorsimonmar <unknown>
Wed, 2 Mar 2005 11:06:58 +0000 (11:06 +0000)
committersimonmar <unknown>
Wed, 2 Mar 2005 11:06:58 +0000 (11:06 +0000)
Change "Reading" to "Using" in -v output to keep hmake happy.

ghc/compiler/main/Packages.lhs

index 951601d..bc83440 100644 (file)
@@ -222,7 +222,7 @@ readPackageConfig
    :: DynFlags -> PackageConfigMap -> FilePath -> IO PackageConfigMap
 readPackageConfig dflags pkg_map conf_file = do
   when (verbosity dflags >= 2) $
-       hPutStrLn stderr ("Reading package config file: "
+       hPutStrLn stderr ("Using package config file: "
                         ++ conf_file)
   proto_pkg_configs <- loadPackageConfig conf_file
   top_dir          <- getTopDir