Yes, I use wxhaskell on windows and also on debian. On my system your program compiles ok.
Last binary of wxhaskell for windows is here: http://sourceforge.net/project/showfiles.php?group_id=168626 (click on wxhaskell-bin-msw2.6.3-ghc6.6.1-0.10.1-0.zip) Best regards, Antonio Regidor Garcia > oops. here's the program i meant to include: > > import Graphics.UI.WX > > runUI1 :: IO () > runUI1 = start $ > do f <- frame [ ] > pan <- panel f [] > b <- button pan [ text := "B!", outerSize := sz 50 50 ] > set pan [ layout := widget b ] > set f [ layout := widget pan ] > ____________________________________________________________________________________ Sé un Mejor Amante del Cine ¿Quieres saber cómo? ¡Deja que otras personas te ayuden! http://advision.webevents.yahoo.com/reto/entretenimiento.html ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ wxhaskell-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxhaskell-users
