There's no such named package in Hackage though.  That was the first thing I looked for.  All Hackage has with the string "gtk2hs" is this stuff

  • gtk2hs-cast-glade library: A type class for cast functions of Gtk2hs: glade package
  • gtk2hs-cast-glib library: A type class for cast functions of Gtk2hs: glib package
  • gtk2hs-cast-gnomevfs library: A type class for cast functions of Gtk2hs: gnomevfs package
  • gtk2hs-cast-gtk library: A type class for cast functions of Gtk2hs: gtk package
  • gtk2hs-cast-gtkglext library: A type class for cast functions of Gtk2hs: gtkglext package
  • gtk2hs-cast-gtksourceview2 library: A type class for cast functions of Gtk2hs: gtksourceview2 package
  • gtk2hs-cast-th library: A type class for cast functions of Gtk2hs: TH package
  • gtk2hs-rpn library: Adds a module to gtk2hs allowing layouts to be defined using reverse polish notation.


  • --- On Thu, 9/17/09, david48 <dav.vire+haskell@gmail.com> wrote:

    From: david48 <dav.vire+haskell@gmail.com>
    Subject: Re: [Haskell-cafe] Trouble installing leksah
    To: "Gregory Propf" <gregorypropf@yahoo.com>
    Cc: "Haskell-Cafe" <haskell-cafe@haskell.org>
    Date: Thursday, September 17, 2009, 12:39 AM

    On Thu, Sep 17, 2009 at 9:01 AM, Gregory Propf <gregorypropf@yahoo.com> wrote:
    >
    > I now have the Haskell platform install problem solved but I'm now trying to get the leksah IDE installed and I'm getting this.
    >
    > runhaskell Setup configure
    > Configuring leksah-0..6.1...
    > Setup: At least the following dependencies are missing:
    > glib >=0.10, gtk >=0.10, gtksourceview2 >=0.10.0
    >
    > I am aware that these are actually C development libraries, not Haskell modules.  The thing is that they are all installed, using the Ubuntu synaptic tool.  This is Ubuntu 9.04.  Is there something I need to tell cabal about where these libraries are?

    You need to install gtk2hs, a haskell binding to gtk libraries. When
    you build it, make sure to build the gtksourceview component as well.
    On (K)ubuntu you will need to download the gtk2hs tarball, install gtk
    dev libraries, and the usual configure, make and make install.