From 0c415314b69265c2f14ea3c3d5ce332ac2331b4a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 16 Nov 2021 20:11:32 +0100 Subject: [PATCH] Bump GHC 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 2062f4a..5c88da8 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.3" +ghver="0.1.17.4" base_url="https://downloads.haskell.org/~ghcup" export GHCUP_SKIP_UPDATE_CHECK=yes