Bump ghcup version in bootstrap-haskell

This commit is contained in:
Julian Ospald 2020-10-12 21:05:25 +02:00
parent 57c34a07f2
commit 6471b3877f
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -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