Bump ghcup to 0.1.12

This commit is contained in:
2020-11-21 14:23:37 +01:00
parent 6046582b9c
commit cf48961063
4 changed files with 22 additions and 38 deletions

View File

@@ -59,7 +59,7 @@ _done() {
download_ghcup() {
_plat="$(uname -s)"
_arch=$(uname -m)
_ghver="0.1.11"
_ghver="0.1.12"
_base_url="https://downloads.haskell.org/~ghcup"
case "${_plat}" in