From 2aa5211886b2cb03f980bdbb1df51a75f11dd448 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 18 Mar 2022 23:25:49 +0100 Subject: [PATCH] Bump 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 f4e621f..961f29a 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.5" +ghver="0.1.17.6" base_url="https://downloads.haskell.org/~ghcup" export GHCUP_SKIP_UPDATE_CHECK=yes