From 420323f43bfa4896f5b6befae9c229837eab2375 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 19 Feb 2023 23:58:07 +0800 Subject: [PATCH] Update bootstrap script to 0.1.19.1 --- 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 df9ec4f..90c98a4 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.0" +ghver="0.1.19.1" : "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}" export GHCUP_SKIP_UPDATE_CHECK=yes