Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-12 Thread Jeroen Janssen
Hey Mads, This seems to be correct. If I modify my testprogram to this: module Main where import Graphics.UI.WX import System.IO main :: IO () main = do hPutStrLn stderr "WX checkpoint alpha" --start hello hello :: IO () hello = do f<- frame[text := "Hello!"] quit <-

Re: [wxhaskell-users] ANN: wxHaskell 0.11.1

2009-01-12 Thread Jeroen Janssen
Follow-up: the same problems persist with ghc 6.10.1. On Monday 12 January 2009 09:30:58 Jeroen Janssen wrote: > Hey Mads, > > This seems to be correct. If I modify my testprogram to this: > > module Main where > > import Graphics.UI.WX > import System.IO > > main :: IO () > main > = do hPutStr