patch applied (packages/Cabal): Make die use an IOError that gets
handled at the top level
Ian Lynagh
igloo at earth.li
Fri Jun 5 11:46:48 EDT 2009
Sun Mar 1 11:51:43 PST 2009 Duncan Coutts <duncan at haskell.org>
* Make die use an IOError that gets handled at the top level
Rather than printing the error there and then and throwing an
exit exception. The top handler now catches IOErrors and
formats and prints them before throwing an exit exception.
Fixes ticket #512.
M ./Distribution/Simple.hs -2 +2
M ./Distribution/Simple/Utils.hs -10 +30
View patch online:
http://darcs.haskell.org/packages/Cabal/_darcs/patches/20090301195143-adfee-8f23fd09a49149b939903f4d127bc9e05eec6f57.gz
More information about the Cvs-libraries
mailing list