[Haskell] cabal conflicting rules
Claudio Nieder
private at claudio.ch
Sun Oct 23 13:27:49 CEST 2011
Hi,
I just get this output from cabal:
cabal install leksah
Resolving dependencies...
cabal: dependencies conflict: ghc-7.0.4 requires array ==0.3.0.3 however
array-0.3.0.3 was excluded because ghc-7.0.4 requires array ==0.3.0.2
How can it be that the same package (ghc-7.0.4) asks for two different
versions (array 0.3.0.3 / 0.3.0.2) excluding each other?
claudio
More information about the Haskell
mailing list