Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gershomb
GHC
Commits
99ef2791
Commit
99ef2791
authored
11 years ago
by
foxnorth
Committed by
Austin Seipp
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update ghc --help references to --make and a.out (fixes #8600)
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
7a1c8511
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
driver/ghc-usage.txt
+2
-2
2 additions, 2 deletions
driver/ghc-usage.txt
with
2 additions
and
2 deletions
driver/ghc-usage.txt
+
2
−
2
View file @
99ef2791
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment