[Haskell-cafe] Problem about hidden package again.

Magnus Therning magnus at therning.org
Thu Nov 12 04:28:09 EST 2009


On Thu, Nov 12, 2009 at 9:11 AM, Magicloud Magiclouds
<magicloud.magiclouds at gmail.com> wrote:
> No, it is not. I used configure/make way.
> Well I just noticed that there is a "hide-all-package" options to ghc.
> I do not know why. Maybe the author went crazy.

Chances are the auther DIDN'T go crazy :-)

It's a common practice to hide all packages, and then only bring the
ones needed into visibility.  I doubt that Gtk2hs is completely self
contained, so somewhere in there is the directives that makes the
needed packages visible again.  Just add array and you should be past
this particular hurdle.

/M

-- 
Magnus Therning                        (OpenPGP: 0xAB4DFBA4)
magnus@therning.org          Jabber: magnus@therning.org
http://therning.org/magnus         identi.ca|twitter: magthe


More information about the Haskell-Cafe mailing list