From: simonmar Date: Wed, 13 Jun 2001 10:25:37 +0000 (+0000) Subject: [project @ 2001-06-13 10:25:37 by simonmar] X-Git-Tag: Approximately_9120_patches~1767 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cac21239949153b6758c147568c3796f5d6c7215;p=ghc-hetmet.git [project @ 2001-06-13 10:25:37 by simonmar] correct a comment (the -B option is mandatory). --- diff --git a/ghc/compiler/main/Main.hs b/ghc/compiler/main/Main.hs index 1b9f220..f65ed50 100644 --- a/ghc/compiler/main/Main.hs +++ b/ghc/compiler/main/Main.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-warn-incomplete-patterns #-} ----------------------------------------------------------------------------- --- $Id: Main.hs,v 1.68 2001/06/13 10:23:23 simonmar Exp $ +-- $Id: Main.hs,v 1.69 2001/06/13 10:25:37 simonmar Exp $ -- -- GHC Driver program -- @@ -331,8 +331,7 @@ setTopDir args = do -- replace the string "$libdir" at the beginning of a path with the --- current TOPDIR (obtained from the -B option if present, or the --- wired-in libdir otherwise). +-- current libdir (obtained from the -B option). mungePackagePaths top_dir ps = map munge_pkg ps where munge_pkg p = p{ import_dirs = munge_paths (import_dirs p),