Mimic the old ghcup cli options

So we don't break scripts.
This commit is contained in:
2020-04-12 12:11:24 +02:00
parent 5c0a0fc155
commit 124ddcdfeb
3 changed files with 76 additions and 75 deletions

View File

@@ -107,10 +107,10 @@ if [ -z "${BOOTSTRAP_HASKELL_NONINTERACTIVE}" ] ; then
read -r answer </dev/tty
fi
eghcup --cache install ghc
eghcup --cache install
eghcup set
eghcup --cache install cabal
eghcup --cache install-cabal
edo cabal new-update