From a30fbb323ef7eadd74c8fae51f1e402cd5f965b7 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 14 Jun 2001 09:47:37 +0000 Subject: [PATCH] [project @ 2001-06-14 09:47:37 by simonmar] comment fixes --- ghc/driver/PackageSrc.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index dc95853..ad10cf0 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -18,10 +18,11 @@ main = do exitWith (ExitFailure 1) -- The compiler automatically replaces the string "$libdir" at the --- beginning of a path with the appropriate directory: either the --- wired-in libdir or the one passed to the compiler via the -B --- flag. This is how we make package.conf independent of GHC's --- installation location. +-- beginning of a path with the directory passed to the compiler via +-- the -B flag. Absolute path names will be unchanged. +-- +-- This is how we make package.conf independent of GHC's installation +-- location. package_details :: Bool -> [String] -> [PackageConfig] package_details installing -- 1.7.10.4