6 Feb
2010
6 Feb
'10
5:23 p.m.
On 6 February 2010 03:33, Ivan Miljenovic <ivan.miljenovic@gmail.com> wrote:
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.
I think you mean "ghc-pkg check". Peter