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).
221
221
222
222
:octicons-tag-24: UNRELEASED
223
223
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
226
226
227
227
Pass the flag to enable or disable the ignoring of lower and upper version
228
228
bounds in Cabal files.
Original file line number Diff line number Diff line change @@ -127,8 +127,9 @@ stack config set snapshot SNAPSHOT
127
127
~~~
128
128
129
129
` 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.
132
133
133
134
A snapshot of ` lts ` or ` nightly ` will be translated into the most recent
134
135
available. 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
44
44
other than ` MINGW64 ` .)
45
45
46
46
For 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 .
49
49
50
50
## Updating the Stack-supplied MSYS2 ##
51
51
You can’t perform that action at this time.
0 commit comments