diff --git a/bootstrap-haskell b/bootstrap-haskell index 4e7a85f..a9be609 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -4,6 +4,8 @@ ( : "${GHCUP_INSTALL_BASE_PREFIX:=$HOME}" +: "${BOOTSTRAP_HASKELL_GHC_VERSION:=recommended}" +: "${BOOTSTRAP_HASKELL_CABAL_VERSION:=recommended}" die() { (>&2 printf "\\033[0;31m%s\\033[0m\\n" "$1") @@ -127,10 +129,10 @@ if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then read -r answer