From 29da21f5dc5af6674e116a61c88f31a206da7327 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 11 Jun 2022 13:06:54 +0800 Subject: [PATCH] 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. --- scripts/bootstrap/bootstrap-haskell | 2 +- scripts/bootstrap/bootstrap-haskell.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 688f4d0..054080f 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -688,7 +688,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