[Haskell-cafe] GUI-Woes
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Mon Mar 13 04:11:50 EST 2006
On Mon, 2006-03-13 at 09:58 +0100, Daniel Fischer wrote:
> Hello All,
>
> how would I get myself a working (and easy to use) GUI-library?
There are two main GUI libraries at the moment: Gtk2Hs and wxHaskell.
http://haskell.org/gtk2hs/
http://wxhaskell.sourceforge.net/
Both will work with current versions of GHC etc. You can either use
distro packages if they're available for your distro or build from
source.
Personally I'd recommend Gtk2Hs but then I'm biased because I help
maintain Gtk2Hs :-).
Duncan
More information about the Haskell-Cafe
mailing list