patch applied (cabal-branches/cabal-1.2): MERGED: fix 'clean' bug
on windows caused by leaked Handle.
Ian Lynagh
igloo at earth.li
Sun Apr 27 18:36:26 EDT 2008
Sun Apr 27 13:51:18 PDT 2008 Ian Lynagh <igloo at earth.li>
* MERGED: fix 'clean' bug on windows caused by leaked Handle.
Andrea Vezzosi <sanzhiyan at gmail.com>**20080318161237
Using readFile to read dist/setup-config keeps the Handle open when we try to delete the file, causing an error.
So we instead read the file strictly and close the Handle early.
M ./Distribution/Simple/Configure.hs -2 +8
View patch online:
http://darcs.haskell.org/cabal-branches/cabal-1.2/_darcs/patches/20080427205118-3fd76-971df9d49f1417ae548095e8500813a438b4856b.gz
More information about the cabal-devel
mailing list