From 7a841a480b7db6597aa5b827e8dee4ff6ac937b9 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 14 Nov 2021 17:49:59 +0100 Subject: [PATCH] Run cabal update with `--ignore-project`, fixes #285 --- 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 c96af5f..2062f4a 100755 --- a/scripts/bootstrap/bootstrap-haskell +++ b/scripts/bootstrap/bootstrap-haskell @@ -679,7 +679,7 @@ if [ -z "${BOOTSTRAP_HASKELL_MINIMAL}" ] ; then do_cabal_config_init $ask_cabal_config_init_answer - edo cabal new-update + edo cabal new-update --ignore-project else # don't install ghc and cabal case "${plat}" in MSYS*|MINGW*)