Bump ghc version in bootstrap-haskell

This commit is contained in:
Julian Ospald 2021-07-31 16:23:01 +02:00
parent b32f88e9a6
commit 0fb1da5c3a
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
plat="$(uname -s)"
arch=$(uname -m)
ghver="0.1.15.2"
ghver="0.1.16.1"
base_url="https://downloads.haskell.org/~ghcup"
export GHCUP_SKIP_UPDATE_CHECK=yes