#3798: Problem with wxHaskell
---------------------------------+------------------------------------------
    Reporter:  MNorrish          |        Owner:        
        Type:  bug               |       Status:  new   
    Priority:  normal            |    Milestone:  6.12.2
   Component:  Compiler          |      Version:  6.10.4
    Keywords:                    |   Difficulty:        
          Os:  Linux             |     Testcase:        
Architecture:  Unknown/Multiple  |      Failure:  Other 
---------------------------------+------------------------------------------
Changes (by igloo):

  * milestone:  => 6.12.2


Comment:

 Thanks for the report.

 I think this is the program:
 {{{
 module Main where

 import Graphics.UI.WX

 main :: IO ()
 main = start gui

 gui :: IO ()
 gui = do
   frame [text := "Hello World!"]
   return ()
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3798#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

Reply via email to