Bump ghcup version in bootstrap-haskell

This commit is contained in:
Julian Ospald 2020-10-12 21:05:25 +02:00
父節點 57c34a07f2
當前提交 6471b3877f
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 511B62C09D50CD28
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

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