Merge remote-tracking branch 'origin/merge-requests/263'

This commit is contained in:
Julian Ospald 2022-06-26 23:14:10 +02:00
commit 9b8b3e8126
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
2 changed files with 2 additions and 2 deletions

View File

@ -697,7 +697,7 @@ find_shell
echo
echo "Welcome to Haskell!"
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 " * ghc - The Glasgow Haskell Compiler"
echo " * cabal - The Cabal build tool for managing Haskell software"

View File

@ -242,7 +242,7 @@ if ($Silent -and !($InstallDir)) {
Print-Msg -color Magenta -msg (@'
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
* ghc - The Glasgow Haskell Compiler
* msys2 - A linux-style toolchain environment required for many operations