[Haskell-cafe] Problem about hidden package again.

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


On Thu, Nov 12, 2009 at 7:32 AM, Magicloud Magiclouds
<magicloud.magiclouds at gmail.com> wrote:
> Hi,
>  Today, when I compiled gtk2hs, I got this:
> cairo/Graphics/Rendering/Cairo.hs.pp:264:0:
>    Failed to load interface for `Data.Array.Base':
>      it is a member of the hidden package `array-0.2.0.0'
>      Use -v to see a list of the files searched for.
>  As usual, I searched for the resolvement. No luck. And seems like
> this problem (not particularly to this package) is very common.
>  I wonder how to resolve it?

Is it compiled using Cabal?  In that case you need to add array as a dependency.

/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