#2134: Intermittent file locking bug in installPackage.hs
-------------------------------+--------------------------------------------
Reporter: gw | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8.3
Component: libraries (other) | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Difficulty: Easy (1 hr)
Testcase: | Architecture: Unknown
Os: Unknown |
-------------------------------+--------------------------------------------
Changes (by igloo):
* cc: [EMAIL PROTECTED] (added)
Comment:
It looks like we need to merge
{{{
[fix 'clean' bug on windows caused by leaked Handle.
Andrea Vezzosi <[EMAIL PROTECTED]>**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.
}}}
but I'm not sure which Cabal repo it should be merged into. Duncan?
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2134#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs