
22 Nov
2008
22 Nov
'08
12:51 p.m.
On Fri, 2008-11-21 at 15:42 +0000, allan wrote:
Dear all
I'm attempting to install the latest haddock version via 'hackage' and I'm getting the error: Resolving dependencies... cabal: dependencies conflict: ghc-6.10.1 requires process ==1.0.1.0 however process-1.0.1.0 was excluded because ghc-6.10.1 requires process ==1.0.1.1
I tried re-installing ghc, but I get the same problem. Any suggestions?
Hmm, that's odd. It makes it look like the ghc api package depends on two different versions of the process library. The output of "cabal install -v haddock" might give us more of a hint. That and "ghc-pkg field ghc depends" Duncan