The Gtk2Hs project has split itself into the gtk and gtk3 packages to support GTK+ 2 and GTK+ 3 bindings respectively.
I would like to use happindicator with the newer gtk3 library and wanted to ask you how I might go about this.
When I tried building happindicator locally, I ran into some build issues with the latest version of Cabal, and when I tried fixing these issues, I became quite confused with the current build system.
I saw in the Cabal file that you had listed the Gtk2Hs developers as the library's maintainer, but it seems like you made this whole library yourself. So I have two questions:
Are you maintaining this library? If not, would the Gtk2Hs developers be able to help me figure this out?
If you are maintaining this library, would you be interested in helping me get this working?
These are some rather old bindings and I understand if this isn't something you're interested in.
I decided to eliminate the Gtk2Hs build system entirely and manually write the bindings it was generating. The fork is available on Hackage as happindicator3.
The Gtk2Hs project has split itself into the
gtk
andgtk3
packages to support GTK+ 2 and GTK+ 3 bindings respectively.I would like to use
happindicator
with the newergtk3
library and wanted to ask you how I might go about this.When I tried building
happindicator
locally, I ran into some build issues with the latest version of Cabal, and when I tried fixing these issues, I became quite confused with the current build system.I saw in the Cabal file that you had listed the Gtk2Hs developers as the library's maintainer, but it seems like you made this whole library yourself. So I have two questions:
These are some rather old bindings and I understand if this isn't something you're interested in.