From 09e199a17605a96b06b6a5e86db4df359d62c313 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 13 Mar 2024 20:54:23 +0800 Subject: [PATCH] Bump bootstrap script to 0.1.22.0 --- CHANGELOG.md | 2 +- scripts/bootstrap/bootstrap-haskell | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd6fdfe..4878968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for ghcup -## 0.1.22.0 -- ????-??-?? +## 0.1.22.0 -- 2024-03-13 ### New features diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 5c6a2d8..a684ba2 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -39,7 +39,7 @@ die() { plat="$(uname -s)" arch=$(uname -m) -ghver="0.1.20.0" +ghver="0.1.22.0" : "${GHCUP_BASE_URL:=https://downloads.haskell.org/~ghcup}" export GHCUP_SKIP_UPDATE_CHECK=yes