
3 Mar
2006
3 Mar
'06
8:51 a.m.
John Meacham wrote:
is there an option to get ghc to keep going if it encounters an error building a file with --make? as in, I'd like it to continue compiling as much as it can only skipping what actually depends on the file that failed rather than completly aborting everything.
Certainly possible, and the -k flag is free, too :-) Care to submit a feature req? Cheers, SImon