From 572ee06bbbd612bd76430be8a34e7052563929d8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 29 Jun 2023 20:12:10 +0800 Subject: [PATCH] Update ghcup version in bootstrap script --- 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 f78e854..f07f911 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.2" +ghver="0.1.19.3" : "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}" export GHCUP_SKIP_UPDATE_CHECK=yes