[project @ 2005-10-14 12:29:53 by simonmar]
authorsimonmar <unknown>
Fri, 14 Oct 2005 12:29:53 +0000 (12:29 +0000)
committersimonmar <unknown>
Fri, 14 Oct 2005 12:29:53 +0000 (12:29 +0000)
commit1c7854b50b950f75802ec76f239ba1aa8982d3f0
treee2abe00ac1a27959899901b680eaac36f35a146c
parenta004ae5ab1167ddfaa4cdf4b8d9df2ce92e541a2
[project @ 2005-10-14 12:29:53 by simonmar]
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
ghc/compiler/main/Packages.lhs