Skip to content

Commit

Permalink
Re #6675 Clarify effect of --no-install-ghc re MSYS2 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jan 10, 2025
1 parent 73aac53 commit af07bc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions doc/configure/global_flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,11 @@ version of its built-in Hpack library to the standard output stream (e.g.

Default: Enabled

Enables/disables the download and instalation of GHC if necessary. For further
information, see the documentation for the corresponding non-project specific
configuration [option](yaml/non-project.md#install-ghc).
Enables/disables the download and installation of GHC when necessary. On
Windows, `--no-install-ghc` also disables the download and installation of the
Stack-supplied MSYS2 when necessary. For further information, see the
documentation for the corresponding non-project specific configuration
[option](yaml/non-project.md#install-ghc).

## `--jobs` or `-j` option

Expand Down
4 changes: 3 additions & 1 deletion doc/configure/yaml/non-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,9 @@ Default: `true`

Command line equivalent (takes precedence): `--[no-]install-ghc` flag

Whether or not to automatically install GHC when necessary.
Whether or not to download and install GHC when necessary. On Windows,
`install-ghc: false` also disables the download and installation of the
Stack-supplied MSYS2 when necessary.

## jobs

Expand Down

0 comments on commit af07bc9

Please sign in to comment.