Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
5c32655f
Commit
5c32655f
authored
Sep 30, 2020
by
Ben Gamari
🐢
Browse files
hadrian/doc: Clarify documentation of key-value configuration
parent
235e410f
Changes
1
Hide whitespace changes
Inline
Side-by-side
hadrian/doc/user-settings.md
View file @
5c32655f
...
...
@@ -382,7 +382,8 @@ the right names for them:
-
the stage slot, which comes first, can be filled with any of
`stage0`
,
`stage1`
,
`stage2`
,
`stage3`
or
`*`
; any value but
`*`
will restrict the
setting update to targets built during the given stage, while
`*`
is taken
to mean "for any stage".
to mean "for any stage". For instance, the above example will affect
the linking of the
`_build/stage1/bin/ghc`
executable.
-
the package slot, which comes second, can be filled with any package name
that Hadrian knows about (all packages that are part of a GHC checkout),
or
`*`
, to respectively mean that the builder options are going to be updated
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment