I ported a little Haskell program I wrote from Mac to Windows. It\'s a GUI application (wxHaskell, compiled with ghc 6.12.1), so it does not need the command prompt window t
I don't have access to GHC on Windows, but it looks like you need to tell linker to use "windows" subsystem. ghc -optl-mwindows ... may work.
ghc -optl-mwindows ...