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 <-
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