Don't reinstall cabal-install from source in bootstrap-haskell

We already have the latest version available quite reliably.
This commit is contained in:
Julian Ospald 2019-03-27 22:54:02 +08:00
parent febd0ac8a3
commit 78a6e235a8
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ edo ghcup set
edo ghcup install-cabal
edo cabal new-update
# 1 job until https://github.com/haskell/cabal/issues/5776 is fixed
edo cabal new-install --symlink-bindir="$HOME/.cabal/bin" --jobs=1 cabal-install
printf "\\033[0;35m%s\\033[0m\\n" ""
printf "\\033[0;35m%s\\033[0m\\n" "Installation done!"