Update ghcup version in bootstrap-haskell

This commit is contained in:
2022-05-11 23:39:45 +02:00
parent 3ffa38cf98
commit e9bd687b8f

View File

@@ -26,7 +26,7 @@
plat="$(uname -s)"
arch=$(uname -m)
ghver="0.1.17.7"
ghver="0.1.17.8"
: "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}"
export GHCUP_SKIP_UPDATE_CHECK=yes