patch applied (ghc-6.10/haddock2): Fix bad error handling with newer GHCs
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Wed Feb 25 12:04:38 PST 2009 David Waern <[email protected]> * Fix bad error handling with newer GHCs When support for GHC 6.10 was added, an error handler was installed only around the typechecking phase. This had the effect that errors thrown during dependency chasing were caught in the top-level exception handler and not printed with enough detail. With this patch we wrap the error handler around all our usage of the Ghc monad. M ./src/Haddock/Interface.hs -26 +20 M ./src/Main.hs -1 +7 View patch online: http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20090225200438-a762e-9e271d139f5efc653f9b5d60e99e4de71e0a52bd.gz