
13 Mar
2006
13 Mar
'06
9:11 a.m.
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