patch applied (cabal-branches/cabal-1.2): MERGED: fix 'clean' bug on windows caused by leaked Handle.
27 Apr
2008
27 Apr
'08
10:36 p.m.
Sun Apr 27 13:51:18 PDT 2008 Ian Lynagh <igloo@earth.li> * MERGED: fix 'clean' bug on windows caused by leaked Handle. Andrea Vezzosi <sanzhiyan@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/20080427205...
6697
Age (days ago)
6697
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ian Lynagh