Skip to content

Commit 385a5a0

Browse files
committed
Minor fixes in documentation
1 parent b18e248 commit 385a5a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/yaml_configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ allow-newer-deps:
391391
Default: `locals`
392392

393393
Related command line:
394-
[`stack build --ghc-options`](build_command.md#ghc-options-option) option
394+
[`stack build --ghc-options`](build_command.md#-ghc-options-option) option
395395

396396
Determines to which packages any GHC command line options specified on the
397397
command line are applied. Possible values are: `everything` (all packages, local
@@ -788,7 +788,7 @@ applicable) in the order of `$everything`, `$locals`, `$targets`, and then those
788788
for the named package. Any existing GHC command line options of a package are
789789
applied after those specified in Stack's YAML configuration.
790790

791-
Since Stack 1.6.0, setting a GHC options for a specific package will
791+
Since Stack 1.6.1, setting a GHC options for a specific package will
792792
automatically promote it to a local package (much like setting a custom package
793793
flag). However, setting options via `$everything` on all flags will not do so
794794
(see
@@ -798,7 +798,7 @@ snapshot packages.
798798

799799
!!! note
800800

801-
Before Stack 1.6.0, the key `*` (now deprecated) had the same function as
801+
Before Stack 1.6.1, the key `*` (then deprecated) had the same function as
802802
the key `$everything`.
803803

804804
### ghc-variant

0 commit comments

Comments
 (0)