Update ghcup version in bootstrap script

This commit is contained in:
Julian Ospald 2023-06-29 20:12:10 +08:00
parent 6e1380ef2e
commit 572ee06bbb
No known key found for this signature in database
GPG Key ID: CCC85C0E40C06A8C
1 changed files with 1 additions and 1 deletions

View File

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