No subject
Thu Jul 5 12:38:43 CEST 2012
package DB is in a pretty bad state, most likely from using
--force-reinstalls. When Cabal warns you that this will break stuff it
actually means it. :) My suggestion is that you
=A0 =A0 rm -rf =A0~/.ghc/x86_64-linux-7.6.1 =A0# or equivalent on your syst=
em.
Then reinstall all the packages you want by listing them all at once
=A0 =A0 cabal install pkg1 pkg2 pk3
By listing them all together cabal-install tries to come up with an
install plan that is globally consistent for all of them.
-- Johan
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe at haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list