diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-04-27 15:33:18 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-05-29 05:05:55 -0400 |
commit | 10f48e2296a171dd3e8ad5df47dce67c25317b95 (patch) | |
tree | bd836c9f53d3b5278857bb4f08e40bb264362683 /testsuite/tests/ghci/scripts/ghci057.stdout | |
parent | 0c0e18558fb068cc38d48a4faba00cce8755727a (diff) | |
download | haskell-10f48e2296a171dd3e8ad5df47dce67c25317b95.tar.gz |
ghci: Enable -fkeep-going by default
This also demotes the error message about -fkeep-going to a trace
message which matches the behaviour of other build systems (such as
cabal-install and nix) which don't print any message like this on a
failure.
We want to remove the stable module check in a future patch, which is an
approximation of `-fkeep-going`. At the moment this change shouldn't do
very much.
Diffstat (limited to 'testsuite/tests/ghci/scripts/ghci057.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/ghci057.stdout | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/ghci057.stdout b/testsuite/tests/ghci/scripts/ghci057.stdout index 15c36fb34e..70803c3f14 100644 --- a/testsuite/tests/ghci/scripts/ghci057.stdout +++ b/testsuite/tests/ghci/scripts/ghci057.stdout @@ -9,6 +9,7 @@ other dynamic, non-language, flag settings: -fignore-hpc-changes -fno-ghci-history -fimplicit-import-qualified + -fkeep-going -fshow-warning-groups warning settings: -Wsemigroup @@ -29,6 +30,7 @@ other dynamic, non-language, flag settings: -fignore-hpc-changes -fno-ghci-history -fimplicit-import-qualified + -fkeep-going -fshow-warning-groups warning settings: -Wsemigroup @@ -48,6 +50,7 @@ other dynamic, non-language, flag settings: -fignore-hpc-changes -fno-ghci-history -fimplicit-import-qualified + -fkeep-going -fshow-warning-groups warning settings: -Wsemigroup |