Skip to content
  • Simon Marlow's avatar
    [project @ 2005-10-14 12:29:53 by simonmar] · 1c7854b5
    Simon Marlow authored
    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
    1c7854b5