[project @ 2001-06-07 11:03:07 by simonmar]
authorsimonmar <unknown>
Thu, 7 Jun 2001 11:03:08 +0000 (11:03 +0000)
committersimonmar <unknown>
Thu, 7 Jun 2001 11:03:08 +0000 (11:03 +0000)
commitc95b86624e5048b972e8b2a975ee7d09366df3bb
treece1780e2b0d9196a4fba53172aef1e4879173b1d
parentbeedb87b728cb50e3d67ef208f00f8dd3e8ab5fb
[project @ 2001-06-07 11:03:07 by simonmar]
First part of support for hierarchical module names:

   - the Finder now searches all possible paths when looking for
     a source file or .hi file.  I've removed the caching because
     now we have to search in subdirectories of each path option,
     and it was dubious whether the cache was actually helping.

   - the compilation manager now outputs a warning if it can't find
     the source for a given module, only the .hi file.  Previously
     this caused a cryptic error message when we attempted to call
     getModificationTime on the non-existent source file.
ghc/compiler/compMan/CompManager.lhs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/Finder.lhs