File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,11 @@ version of its built-in Hpack library to the standard output stream (e.g.
144144
145145Default: Enabled
146146
147- Enables/disables the download and instalation of GHC if necessary. For further
148- information, see the documentation for the corresponding non-project specific
149- configuration [ option] ( yaml/non-project.md#install-ghc ) .
147+ Enables/disables the download and installation of GHC when necessary. On
148+ Windows, ` --no-install-ghc ` also disables the download and installation of the
149+ Stack-supplied MSYS2 when necessary. For further information, see the
150+ documentation for the corresponding non-project specific configuration
151+ [ option] ( yaml/non-project.md#install-ghc ) .
150152
151153## ` --jobs ` or ` -j ` option
152154
Original file line number Diff line number Diff line change @@ -874,7 +874,9 @@ Default: `true`
874874
875875Command line equivalent (takes precedence): ` --[no-]install-ghc ` flag
876876
877- Whether or not to automatically install GHC when necessary.
877+ Whether or not to download and install GHC when necessary. On Windows,
878+ ` install-ghc: false ` also disables the download and installation of the
879+ Stack-supplied MSYS2 when necessary.
878880
879881## jobs
880882
You can’t perform that action at this time.
0 commit comments