[Haskell-cafe] Problem installing wxHaskell on Haskell Platform on OSX.

Daniel Fischer daniel.is.fischer at web.de
Wed Mar 10 18:33:20 EST 2010


Am Mittwoch 10 März 2010 23:31:15 schrieb Ivan Miljenovic:
> On 11 March 2010 09:14, David Place <d at vidplace.com> wrote:
> > $ cabal install wx
> > Resolving dependencies...
> > cabal: cannot configure containers-0.3.0.0. It requires base >=4.2 &&
> > <6 For the dependency on base >=4.2 && <6 there are these packages:
> > base-4.2.0.0. However none of them are available.
> > base-4.2.0.0 was excluded because of the top level dependency base
> > -any

That's cabal's very odd way to tell you that you don't have a base >= 4.2 
installed (and it can't get you a new version of base, since that's really 
baked into the compiler).

>
> This means that this version of wx requires GHC 6.12 (since
> base-4.2.0.0 comes with 6.12.1).

Yes. And it requires Cabal >= 1.8, since the Cabal API changed.
However, the only changes to the previous versions were edits in the cabal 
files and one Setup.hs, so

cabal install wx-0.12.1.2 wxcore-0.12.1.2 wxdirect-0.12.1.1

has good chances to work on 6.10.*

> A version of the platform based
> around 6.12.1 should be coming out next month (apparently).



More information about the Haskell-Cafe mailing list