Bump ghcup in bootstrap script

This commit is contained in:
2023-02-24 19:52:50 +08:00
parent ae625b181c
commit ea6c8d338c

View File

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