
I would like to install darcsden on my machine, but I am having some difficulties. When I make cabal install I get this message: cabal: The following packages are likely to be broken by the reinstalls: bin-package-db-0.0.0.0 ghc-7.4.1 Use --force-reinstalls if you want to install anyway. what should I do? and why? Thanks

Do you get different results if you use `cabal install darcsden --solver=modular --avoid-reinstalls`? On Jun 21, 2012, at 6:51 PM, Rui Barreiro wrote:
I would like to install darcsden on my machine, but I am having some difficulties. When I make cabal install I get this message:
cabal: The following packages are likely to be broken by the reinstalls: bin-package-db-0.0.0.0 ghc-7.4.1 Use --force-reinstalls if you want to install anyway.
what should I do? and why?
Thanks
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

I get the same error as with --force-reinstalls which is
src/SSH/Crypto.hs:145:55:
Not in scope: data constructor `RSA.PrivateKey'
It seams to me that some code is based on an older version of
Codec.Crypto.RSA.
On Mon, Jun 25, 2012 at 6:31 PM, Jack Henahan
Do you get different results if you use `cabal install darcsden --solver=modular --avoid-reinstalls`? On Jun 21, 2012, at 6:51 PM, Rui Barreiro wrote:
I would like to install darcsden on my machine, but I am having some difficulties. When I make cabal install I get this message:
cabal: The following packages are likely to be broken by the reinstalls: bin-package-db-0.0.0.0 ghc-7.4.1 Use --force-reinstalls if you want to install anyway.
what should I do? and why?
Thanks
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (2)
-
Jack Henahan
-
Rui Barreiro