cvs commit: fptools/ghc/compiler/main Packages.lhs
Simon Marlow
simonmar at microsoft.com
Fri Oct 14 08:29:53 EDT 2005
simonmar 2005/10/14 05:29:53 PDT
Modified files:
ghc/compiler/main Packages.lhs
Log:
Some more informative diagnostics for ghc -v about what the package
system is doing. This should help when diagnosing strange-looking
errors from GHC:
Using package config file: /home/simonmar/fp/lib/i386-unknown-linux/ghc-6.4.1/package.conf
package posix-1.0 will be ignored due to missing dependencies:
lang-1.0
package util-1.0 will be ignored due to missing dependencies:
lang-1.0
package data-1.0 will be ignored due to missing dependencies:
lang-1.0
package text-1.0 will be ignored due to missing dependencies:
lang-1.0
package Cabal-1.1.4 will be ignored due to missing dependencies:
util-1.0
*** Deleting temp files
Deleting:
ghc-6.4.1: unknown package: Cabal-1.1.4
Revision Changes Path
1.46 +38 -20 fptools/ghc/compiler/main/Packages.lhs
More information about the Cvs-ghc
mailing list