patch applied (hsc2hs): Complain more loudly if any of the hsc2hs phases fail
Malcolm Wallace <[email protected]> Fri, 18 Aug 2006 07:17:56 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.fptools |
|---|---|
| Message-ID | <[email protected]> |
Fri Aug 18 07:15:58 PDT 2006 [email protected] * Complain more loudly if any of the hsc2hs phases fail (From Duncan Coutts <[email protected]>**20060703234356) Previously hsc2hs just exits with a non-zero exit code, now if any of the compilation, linking or runing phases fail then we get a message saying so and the failing command is printed. M ./Main.hs -21 +20