From 6471b3877f45ccbf75ec638ffb873d05b0ea9908 Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Mon, 12 Oct 2020 21:05:25 +0200
Subject: [PATCH] Bump ghcup version in bootstrap-haskell

---
 bootstrap-haskell | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap-haskell b/bootstrap-haskell
index 00d56a48..85b88201 100755
--- a/bootstrap-haskell
+++ b/bootstrap-haskell
@@ -59,7 +59,7 @@ _done() {
 download_ghcup() {
 	_plat="$(uname -s)"
 	_arch=$(uname -m)
-	_ghver="0.1.10"
+	_ghver="0.1.11"
 	_base_url="https://downloads.haskell.org/~ghcup"
 
     case "${_plat}" in
-- 
GitLab