Wed Mar 19 10:07:53 PDT 2008 Duncan Coutts
* Record and report the exceptions that cause build failure
When installing a bunch of package we have to catch exceptions since
we carry on building other packages that did not depend on the
failing package. We were recording what phase the failure was in but
not the actual exception. We now record that too and print it along
with the more general explanation of what package failed and in
which phase. It's not perfect, eg when a package fails to compile we
end up printing that the exception was "ExitFailure 1" which is not
very useful.
M ./Hackage/Install.hs -32 +39
View patch online:
http://darcs.haskell.org/cabal-install/_darcs/patches/20080319170753-adfee-a...