patch applied (cabal-branches/cabal-1.2): When parsing ghc-pkg output, only look at the first package.conf file for GlobalPackageDB and SpecificPackageDB, and all package.conf files for UserPackageDB.

17 Oct
2007
17 Oct
'07
2:31 p.m.
Tue Oct 16 02:52:54 PDT 2007 bjorn@bringert.net * When parsing ghc-pkg output, only look at the first package.conf file for GlobalPackageDB and SpecificPackageDB, and all package.conf files for UserPackageDB. Before, we would consider user packages when fulfilling dependencies for global installs. ghc-pkg will refuse to install packages globally if they use user packages. Thus, without this patch, global installs can fail when you have user packages installed. M ./Distribution/Simple/GHC.hs -2 +10
6428
Age (days ago)
6428
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts