Update ghcup binaries

This commit is contained in:
2020-07-22 00:17:37 +02:00
parent 15a188c501
commit ec6bbdbf06
3 changed files with 31 additions and 31 deletions

View File

@@ -28,7 +28,7 @@ eghcup() {
download_ghcup() {
_plat="$(uname -s)"
_arch=$(uname -m)
_ghver="0.1.7"
_ghver="0.1.8"
_base_url="https://downloads.haskell.org/~ghcup"
case "${_plat}" in