From 9592021c48fdcbcdf12d373fe86ce1d56c4d9a5f Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 27 Oct 2021 14:28:32 +0200 Subject: [PATCH] Bump 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 02174a1..c96af5f 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -25,7 +25,7 @@ plat="$(uname -s)" arch=$(uname -m) -ghver="0.1.17.2" +ghver="0.1.17.3" base_url="https://downloads.haskell.org/~ghcup" export GHCUP_SKIP_UPDATE_CHECK=yes