On 11 March 2010 09:14, David Place <[email protected]> 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
This means that this version of wx requires GHC 6.12 (since base-4.2.0.0 comes with 6.12.1). A version of the platform based around 6.12.1 should be coming out next month (apparently). -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
