
As reported when 6.4 first came out: C:\temp>ghci Toast.hs ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.4, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base-1.0 ... linking ... done. Compiling Toast ( Toast.hs, interpreted ) Ok, modules loaded: Toast. *Toast> test Loading package Win32-1.0 ... <interactive>: Not x86 PEi386 ghc.exe: panic! (the `impossible' happened, GHC version 6.4): loadObj: failed Please report it as a compiler bug to glasgow-haskell-bugs@haskell.org, or http://sourceforge.net/projects/ghc/. *Toast> where Toast.hs is: module Toast where { import Graphics.Win32; test = messageBox hWND_TOPMOST "Hello" "World" mB_OK; } Sigbjorn Finne wrote:
Could you expand on what exactly those problems are? It would be a pity if some of them ended up not being addressed due to them not being generally known about.
thx --sigbjorn
----- Original Message ----- From: David Nick Main To: glasgow-haskell-users@haskell.org Sent: Monday, June 27, 2005 14:34 Subject: Re: 6.4.1?
I'd like to second this - the Win32 problems in 6.4 are preventing several projects from moving forward.
John Meacham wrote: Any word on 6.4.1? The major FFI bug in 6.4 is holding back some projects of mine. John