
21 Apr
2011
21 Apr
'11
2:37 p.m.
On Thu, Apr 21, 2011 at 19:25, Rogan Creswick
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