12 Feb 2013 11:45
Problem installing cabal-dev
David Turner <d.turner <at> tracsis.com>
2013-02-12 10:45:16 GMT
2013-02-12 10:45:16 GMT
Hi,
From a clean install of Haskell Platform 2012.4.0.0 (on Windows) I have
issued just:
> cabal update
> cabal install cabal-install
> cabal install cabal-dev
The last command fails with:
Resolving dependencies...
In order, the following would be installed:
tar-0.3.2.0 (new package)
transformers-0.2.2.0 (new version)
mtl-2.0.1.0 (new version)
parsec-3.1.3 (reinstall) changes: mtl-2.1.2 -> 2.0.1.0
network-2.3.2.0 (new version)
HTTP-4000.2.8 (new version)
cabal-dev-0.9.1 (new package)
cabal: The following packages are likely to be broken by the reinstalls:
network-2.3.1.0
haskell-platform-2012.4.0.0
cgi-3001.1.7.4
HTTP-4000.2.5
Use --force-reinstalls if you want to install anyway.
I *think* the problem is that cabal-dev has these dependencies:
mtl >= 1.1 && < 2.1,
(Continue reading)
RSS Feed