On 6 February 2010 01:05, Johannes Waldmann <[email protected]> wrote: > so please please please have "cabal install" fail with some error > message if (that is, before) the install would break anything. - J.
If you upgrade a library, it will break all other libraries that depend upon it. "ghc-pkg list" will tell you which libraries are broken and need to be rebuilt. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com Joan Crawford - "I, Joan Crawford, I believe in the dollar. Everything I earn, I spend." - http://www.brainyquote.com/quotes/authors/j/joan_crawford.html _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
