--make keep going?
Simon Marlow
simonmarhaskell at gmail.com
Fri Mar 3 08:51:04 EST 2006
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
More information about the Glasgow-haskell-users
mailing list