[Git][ghc/ghc][master] hadrian/doc: Clarify documentation of key-value configuration
Ben Gamari
gitlab at gitlab.haskell.org
Thu Oct 1 02:31:59 UTC 2020
Ben Gamari pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
5c32655f by Ben Gamari at 2020-09-30T22:31:55-04:00
hadrian/doc: Clarify documentation of key-value configuration
- - - - -
1 changed file:
- hadrian/doc/user-settings.md
Changes:
=====================================
hadrian/doc/user-settings.md
=====================================
@@ -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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5c32655fffd0d8862f3ba693351f1e612daa0b6b
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5c32655fffd0d8862f3ba693351f1e612daa0b6b
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200930/7b938e65/attachment.html>
More information about the ghc-commits
mailing list