[Haskell-cafe] cabal equivalent to "make -k"?

Omari Norman omari at smileystation.com
Fri Jul 6 22:28:31 CEST 2012


When using make (or, at least, GNU make) the "-k" option keeps going
as far as possible after a compilation error. It's handy during
developing--for instance, "I know half of my code is busted, but I
just want to see if this file compiles." Is there a similar way to do
this with cabal? Thanks. --Omari



More information about the Haskell-Cafe mailing list