RE: readFile close behaviour

2001-10-08 Thread Simon Marlow
If it was semiclosed, the physical handle could be closed immediately. I think my statement was too weak. It shouldn't matter whether the handle is open or semi-closed: if there are no references left to it it should be closed. And how do you define what it means to have no references

RE: compiler bug

2001-10-08 Thread Simon Marlow
when i loaded my ass2 GameFrontEnd.hs into ghci, this came up Please report it as a compiler bug to [EMAIL PROTECTED], or http://sourceforge.net/projects/ghc/ ghc-5.00.2: panic! (the `impossible' happened, GHC version 5.00.2): loadObj: failed Hi there, and thanks for the

Re: GHC 5.02 Win32

2001-10-08 Thread Sigbjorn Finne
Yes, non-interactive uses of the Win32 library appear to be in a non-working state (at least with my copy of ghc-5.02, don't know if there's been any stealth updates to the installer binary.) As a stop-gap measure, replace ghc-5.02's libHSwin32.a (after having saved it away) with the one