David Virebayre <[email protected]> writes: > On Tue, May 11, 2010 at 10:10 AM, zaxis <[email protected]> wrote: > >> `ghc-pkg list` finds two random packages. After `ghc-pkg unregsiter` the one >> installed by cabal in ~/.ghc/, all works normally now! > > I stopped counting the number of times I've reinstalled GHC because I > forgot to tell cabal to install a package globally. I really should > modify the config file.
No, this isn't the problem here. The problem is that zaxis should never have installed the second random library in the first place, because it is a boot library of GHC. -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
