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
- Host: GitHub
- URL: https://github.com/yxnan/gtk2-on-haskell
- Owner: yxnan
- License: mit
- Created: 2019-06-10T12:44:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T09:09:45.000Z (about 7 years ago)
- Last Synced: 2025-03-26T07:48:20.854Z (over 1 year ago)
- Topics: gtk2, gui, haskell
- Language: Haskell
- Homepage:
- Size: 2.3 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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