diff options
| author | simonmar <unknown> | 2005-03-02 11:06:58 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2005-03-02 11:06:58 +0000 |
| commit | 027587234cb35e5c9d9ace090c2fe8d1d8df93f4 (patch) | |
| tree | 3eff0e65a07f0f24934569ca08cd6f9a5ce70fa7 /ghc | |
| parent | f0e35c5c2e2bd83908927602d43e88e190dfd6c2 (diff) | |
| download | haskell-027587234cb35e5c9d9ace090c2fe8d1d8df93f4.tar.gz | |
[project @ 2005-03-02 11:06:58 by simonmar]
Change "Reading" to "Using" in -v output to keep hmake happy.
Diffstat (limited to 'ghc')
| -rw-r--r-- | ghc/compiler/main/Packages.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/main/Packages.lhs b/ghc/compiler/main/Packages.lhs index 951601dcd3..bc83440dc8 100644 --- a/ghc/compiler/main/Packages.lhs +++ b/ghc/compiler/main/Packages.lhs @@ -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 |
