summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-gtk2hs/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/hs-gtk2hs/pkg-descr')
-rw-r--r--x11-toolkits/hs-gtk2hs/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/hs-gtk2hs/pkg-descr b/x11-toolkits/hs-gtk2hs/pkg-descr
new file mode 100644
index 000000000..b096f6e4f
--- /dev/null
+++ b/x11-toolkits/hs-gtk2hs/pkg-descr
@@ -0,0 +1,14 @@
+Gtk2Hs is a GTK2 binding for Haskell. It is a rewrite of gtk+hs with a couple
+of improvements:
+
+ * Automatic memory management.
+ * Nearly complete coverage of widget functions and their signals, including
+ the new text and list widgets.
+ * The convenience wrapper MoGuL (Monad Gui Library) makes it possible to
+ create and lookup named widgets in a type safe way.
+ * Unicode support.
+
+WWW: http://haskell.org/gtk2hs/
+
+-- Oliver Braun
+obraun@FreeBSD.org