[commit: ghc] master: Update ghc --help references to --make and a.out (fixes #8600) (99ef279)

git at git.haskell.org git at git.haskell.org
Sat Mar 22 01:10:40 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/99ef27913dbe55fa57891bbf97d131e0933733e3/ghc

>---------------------------------------------------------------

commit 99ef27913dbe55fa57891bbf97d131e0933733e3
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>


>---------------------------------------------------------------

99ef27913dbe55fa57891bbf97d131e0933733e3
 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