Skip to content

ghci: Enable -fkeep-going by default

Matthew Pickering requested to merge wip/ghci-keep-going into master

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.

Merge request reports