How can I compile a GUI executable with ghc?
        Posted  
        
            by martingw
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by martingw
        
        
        
        Published on 2010-06-11T18:12:20Z
        Indexed on 
            2010/06/11
            18:42 UTC
        
        
        Read the original article
        Hit count: 308
        
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 to open. It does so, anyway, so my question: What must I do so that the program starts without opening a prompt window first? Is there some ghc switch for this?
© Stack Overflow or respective owner