From: simonmar Date: Thu, 14 Jun 2001 09:47:37 +0000 (+0000) Subject: [project @ 2001-06-14 09:47:37 by simonmar] X-Git-Tag: Approximately_9120_patches~1761 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a30fbb323ef7eadd74c8fae51f1e402cd5f965b7;p=ghc-hetmet.git [project @ 2001-06-14 09:47:37 by simonmar] comment fixes --- 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