bootstrap-haskell: s/will download/can download/
A one word tweak to weaken the language in the initial explanation to make it "less scary": in general ghcup does not always download all of ghcup, ghc, cabal, stack, and hls (unless requested or they are not already installed, etc), but "will download" sounds like the user is has no choice here except to always download everything, which might give them second thoughts about trying this script and hence adopting ghcup. Perhaps the wording could be made further more precise, but at least "can" gives one less anxiety.
This commit is contained in:
parent
028696d4be
commit
29da21f5dc
@ -688,7 +688,7 @@ find_shell
|
|||||||
echo
|
echo
|
||||||
echo "Welcome to Haskell!"
|
echo "Welcome to Haskell!"
|
||||||
echo
|
echo
|
||||||
echo "This script will download and install the following binaries:"
|
echo "This script can download and install the following binaries:"
|
||||||
echo " * ghcup - The Haskell toolchain installer"
|
echo " * ghcup - The Haskell toolchain installer"
|
||||||
echo " * ghc - The Glasgow Haskell Compiler"
|
echo " * ghc - The Glasgow Haskell Compiler"
|
||||||
echo " * cabal - The Cabal build tool for managing Haskell software"
|
echo " * cabal - The Cabal build tool for managing Haskell software"
|
||||||
|
@ -242,7 +242,7 @@ if ($Silent -and !($InstallDir)) {
|
|||||||
Print-Msg -color Magenta -msg (@'
|
Print-Msg -color Magenta -msg (@'
|
||||||
Welcome to Haskell!
|
Welcome to Haskell!
|
||||||
|
|
||||||
This script will download and install the following programs:
|
This script can download and install the following programs:
|
||||||
* ghcup - The Haskell toolchain installer
|
* ghcup - The Haskell toolchain installer
|
||||||
* ghc - The Glasgow Haskell Compiler
|
* ghc - The Glasgow Haskell Compiler
|
||||||
* msys2 - A linux-style toolchain environment required for many operations
|
* msys2 - A linux-style toolchain environment required for many operations
|
||||||
|
Loading…
Reference in New Issue
Block a user