From e9bd687b8f328c9547b0d7b447d2b0e4579f2ae8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 11 May 2022 23:39:45 +0200 Subject: [PATCH] Update ghcup version in bootstrap-haskell --- 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 2566e41..758f2df 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -26,7 +26,7 @@ plat="$(uname -s)" arch=$(uname -m) -ghver="0.1.17.7" +ghver="0.1.17.8" : "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}" export GHCUP_SKIP_UPDATE_CHECK=yes