An open API service indexing awesome lists of open source software.

https://github.com/yxnan/gtk2-on-haskell

Some Gtk2 programs written in haskell
https://github.com/yxnan/gtk2-on-haskell

gtk2 gui haskell

Last synced: 2 months ago
JSON representation

Some Gtk2 programs written in haskell

Awesome Lists containing this project

README

          


Gtk2 on Haskell



Releases
LICENSE
Dependency


# Brief

Some Gtk2 programs written in haskell with **Gtk2hs**

GUI are built with **Glade**

# Dependency

Hackage: gtk-0.15.2 (or >= 0.14.5)

[Glade 3.8](https://glade.gnome.org/)

# Note

You don't need hackage *glade*, because its functionality is now provided in gtk directly (as of version 2.12 of the gtk+ C lib) by the Graphics.UI.Gtk.Builder module. And more, its now a **LEGACY** hackage that can't get compiled on ghc >= 7.6