[commit: ghc] ghc-7.8: Update ghc --help references to --make and a.out (fixes #8600) (eb1d2f5)
git at git.haskell.org
git at git.haskell.org
Sat Mar 22 19:38:41 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/eb1d2f5ca8ebad04f4101609d62317f97847150a/ghc
>---------------------------------------------------------------
commit eb1d2f5ca8ebad04f4101609d62317f97847150a
Author: ccatalfo <foxnorth at gmail.com>
Date: Tue Mar 11 22:11:11 2014 -0400
Update ghc --help references to --make and a.out (fixes #8600)
Signed-off-by: Austin Seipp <austin at well-typed.com>
(cherry picked from commit 99ef27913dbe55fa57891bbf97d131e0933733e3)
>---------------------------------------------------------------
eb1d2f5ca8ebad04f4101609d62317f97847150a
driver/ghc-usage.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt
index 239b454..9de4090 100644
--- a/driver/ghc-usage.txt
+++ b/driver/ghc-usage.txt
@@ -5,12 +5,12 @@ Usage:
To compile and link a complete Haskell program, run the compiler like
so:
- $$ --make Main
+ $$ Main
where the module Main is in a file named Main.hs (or Main.lhs) in the
current directory. The other modules in the program will be located
and compiled automatically, and the linked program will be placed in
-the file `a.out' (or `Main.exe' on Windows).
+the file `Main' (or `Main.exe' on Windows).
Alternatively, $$ can be used to compile files individually. Each
input file is guided through (some of the) possible phases of a
More information about the ghc-commits
mailing list