File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ configuration option).
221221
222222:octicons-tag-24: UNRELEASED
223223
224- Overrides: [ ` allow-newer ` ] ( yaml_configuration. md#allow-newer) non-project
225- specific configuration option
224+ Overrides: [ ` allow-newer ` ] ( ../configure/yaml/non-project. md#allow-newer)
225+ non-project specific configuration option
226226
227227Pass the flag to enable or disable the ignoring of lower and upper version
228228bounds in Cabal files.
Original file line number Diff line number Diff line change @@ -127,8 +127,9 @@ stack config set snapshot SNAPSHOT
127127~~~
128128
129129` stack config set snapshot <snapshot> ` sets the
130- [ ` snapshot ` ] ( yaml_configuration.md#snapshot ) key in the project-level
131- configuration file (` stack.yaml ` , by default) to the specified snapshot.
130+ [ ` snapshot ` ] ( ../configure/yaml/project.md#snapshot ) project-specific
131+ configuration option in the project-level configuration file (` stack.yaml ` , by
132+ default) to the specified snapshot.
132133
133134A snapshot of ` lts ` or ` nightly ` will be translated into the most recent
134135available. A snapshot of ` lts-22 ` will be translated into the most recent
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ includes the corresponding directories if the relevant MSYS2 environment is
4444other than ` MINGW64 ` .)
4545
4646For further information about configuring the relevant MSYS2 environment, see
47- Stack's [ ` msys-environment ` ] ( yaml_configuration .md#msys-environment)
48- configuration option.
47+ Stack's [ ` msys-environment ` ] ( ../configure/yaml/non-project .md#msys-environment)
48+ non-project specific configuration option documentation .
4949
5050## Updating the Stack-supplied MSYS2 ##
5151
You can’t perform that action at this time.
0 commit comments