[Haskell-cafe] impoosible dependencies

Erik Hesselink hesselink at gmail.com
Thu Apr 21 20:37:51 CEST 2011


On Thu, Apr 21, 2011 at 19:25, Rogan Creswick <creswick at gmail.com> wrote:
> It is safe to do this.  You will probably need to specify the full
> version, since despite being included in the latest haskell platform,
> cabal-install-0.10.x is in the list of things that cabal won't install
> automatically. (in the same way that it selects versions of parsec...)

It doesn't seem to do this anymore for parsec. The preferred-versions
now look like this:

base < 4
cabal-install < 0.10
network < 2.2.3 || >= 2.2.4

Or am I looking at the wrong thing?

Erik



More information about the Haskell-Cafe mailing list