patch applied (cabal): Make die use an IOError that gets handled at
the top level
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Mon Mar 2 08:03:32 EST 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/cabal/_darcs/patches/20090301195143-adfee-8f23fd09a49149b939903f4d127bc9e05eec6f57.gz
More information about the cabal-devel
mailing list