More useful error message when a package .hi file cannot be found:
authorSimon Marlow <marlowsd@gmail.com>
Thu, 15 Jan 2009 12:25:24 +0000 (12:25 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 15 Jan 2009 12:25:24 +0000 (12:25 +0000)
commited73f6871b71202e90ef74d692bc36d796f7e54e
treed93fe9815f7726897d3da95b7ab437565eb7f576
parent9f7a24c858fcd4d61342e1497d422efff587fad3
More useful error message when a package .hi file cannot be found:

> import System.Process
Could not find module `System.Process':
  There are files missing in the process-1.0.1.1 package,
  try running 'ghc-pkg check'.
  Use -v to see a list of the files searched for.
compiler/main/Finder.lhs