Using GHC and wxHaskell

Arjan van IJzendoorn afie at cs.uu.nl
Fri Sep 10 11:06:07 EDT 2004


Hi Miren,

> As I need to implement a graphical interface, I was thinking of using
> wxHaskell.
> Is that a good option? How can I use the wxHaskell libraries with GHC?
> I´m working under Windows XP.

Yes, wxHaskell is a good option.
As far as I know there are two options for writing GUIs that run under 
Windows: HToolkit and wxHaskell. I only have experience using 
wxHaskell; see the NetEdit application on
	http://wxhaskell.sourceforge.net/applications.html

Using wxHaskell is easy. Download the appropriate distribution from
   http://wxhaskell.sourceforge.net/download.html
and click on the register batch file.

You can then use wxHaskell in both GHCi and GHC.

Good luck, Arjan



More information about the Glasgow-haskell-users mailing list