Update version in bootstrap-haskell

This commit is contained in:
2020-08-14 20:36:14 +02:00
parent 90503061e9
commit c8855c068f

View File

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