Skip to content
Snippets Groups Projects
Commit 99ef2791 authored by foxnorth's avatar foxnorth Committed by Austin Seipp
Browse files

Update ghc --help references to --make and a.out (fixes #8600)


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
parent 7a1c8511
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment