From 001d33eabbaa91306b23d81f265fafc59ac73de2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 22 May 2022 22:47:40 +0200 Subject: [PATCH] Use 'cabal update' --- scripts/bootstrap/bootstrap-haskell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap/bootstrap-haskell b/scripts/bootstrap/bootstrap-haskell index 758f2df..69f1528 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -763,7 +763,7 @@ if [ -z "${BOOTSTRAP_HASKELL_MINIMAL}" ] ; then do_cabal_config_init $ask_cabal_config_init_answer - edo cabal new-update --ignore-project + edo cabal update --ignore-project else # don't install ghc and cabal case "${plat}" in MSYS*|MINGW*)