patch applied (cabal): fix 'clean' bug on windows caused by leaked Handle.
19 Mar
2008
19 Mar
'08
9:59 a.m.
Tue Mar 18 09:12:37 PDT 2008 Andrea Vezzosi <sanzhiyan@gmail.com> * fix 'clean' bug on windows caused by leaked Handle. 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 -3 +8 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080318161237-cd449-6d499624f...
6717
Age (days ago)
6717
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts