diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index d4a5841..41d9f44 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -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" diff --git a/scripts/bootstrap/bootstrap-haskell.ps1 b/scripts/bootstrap/bootstrap-haskell.ps1 index 40a4ac0..8057058 100644 --- a/scripts/bootstrap/bootstrap-haskell.ps1 +++ b/scripts/bootstrap/bootstrap-haskell.ps1 @@ -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