[MacOS] Install latest version of stack with ghcup (#8525)

This commit is contained in:
Vasilii Polikarpov
2023-10-18 15:48:23 +02:00
committed by GitHub
parent 29ce1c3a2b
commit 691345d5ba
6 changed files with 3 additions and 28 deletions

View File

@@ -19,4 +19,7 @@ done
echo "install cabal..."
ghcup install-cabal
echo "Updating stack..."
ghcup install stack latest
invoke_tests "Haskell"