From f82f1a12ddab15fa0811459bd47b75f316a838c9 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 20 Jul 2020 23:04:11 +0200 Subject: [PATCH] Update version in bootstrap-script --- bootstrap-haskell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-haskell b/bootstrap-haskell index efbba67..e5bc4d5 100755 --- a/bootstrap-haskell +++ b/bootstrap-haskell @@ -28,7 +28,7 @@ eghcup() { download_ghcup() { _plat="$(uname -s)" _arch=$(uname -m) - _ghver="0.1.6" + _ghver="0.1.7" _base_url="https://downloads.haskell.org/~ghcup" case "${_plat}" in