From 8b6b3d2fbe9a4b77217f5e6c7bf3aefef31fd4eb Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 10 Nov 2023 21:41:19 +0800 Subject: [PATCH] Update bootstrap script ghver --- scripts/bootstrap/bootstrap-haskell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 0098eb5..db5841c 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -28,7 +28,7 @@ plat="$(uname -s)" arch=$(uname -m) -ghver="0.1.19.4" +ghver="0.1.20.0" : "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}" export GHCUP_SKIP_UPDATE_CHECK=yes