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
Javier Neira
GHC
Commits
d8cbc77e
Commit
d8cbc77e
authored
2 years ago
by
adam
Committed by
Marge Bot
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
users guide: add categories to some flags
parent
2e951e48
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/users_guide/separate_compilation.rst
+6
-6
6 additions, 6 deletions
docs/users_guide/separate_compilation.rst
with
6 additions
and
6 deletions
docs/users_guide/separate_compilation.rst
+
6
−
6
View file @
d8cbc77e
...
...
@@ -1446,7 +1446,7 @@ generation are:
.. ghc-flag:: -ddump-mod-cycles
:shortdesc: Dump module cycles
:type: dynamic
:category:
:category:
misc
Display a list of the cycles in the module graph. This is useful
when trying to eliminate such cycles.
...
...
@@ -1461,7 +1461,7 @@ generation are:
.. ghc-flag:: -dep-makefile ⟨file⟩
:shortdesc: Use ⟨file⟩ as the makefile
:type: dynamic
:category:
:category:
redirect-output
Use ⟨file⟩ as the makefile, rather than ``makefile`` or
``Makefile``. If ⟨file⟩ doesn't exist, ``mkdependHS`` creates it. We
...
...
@@ -1473,7 +1473,7 @@ generation are:
:shortdesc: Make dependencies that declare that files with suffix
``.⟨suf⟩⟨osuf⟩`` depend on interface files with suffix ``.⟨suf⟩hi``
:type: dynamic
:category:
:category:
redirect-output
Make dependencies that declare that files with suffix
``.⟨suf⟩⟨osuf⟩`` depend on interface files with suffix
...
...
@@ -1487,7 +1487,7 @@ generation are:
:shortdesc: Regard ``⟨file⟩`` as "stable"; i.e., exclude it from having
dependencies on it.
:type: dynamic
:category:
:category:
recompilation
Regard ``⟨file⟩`` as "stable"; i.e., exclude it from having
dependencies on it.
...
...
@@ -1495,7 +1495,7 @@ generation are:
.. ghc-flag:: -include-pkg-deps
:shortdesc: Regard modules imported from packages as unstable
:type: dynamic
:category:
:category:
recompilation
Regard modules imported from packages as unstable, i.e., generate
dependencies on any imported package modules (including ``Prelude``,
...
...
@@ -1508,7 +1508,7 @@ generation are:
.. ghc-flag:: -include-cpp-deps
:shortdesc: Include preprocessor dependencies
:type: dynamic
:category:
:category:
recompilation
Output preprocessor dependencies. This only has an effect when the CPP
language extension is enabled. These dependencies are files included with
...
...
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