[project @ 2000-05-08 07:14:35 by simonpj]
authorsimonpj <unknown>
Mon, 8 May 2000 07:14:35 +0000 (07:14 +0000)
committersimonpj <unknown>
Mon, 8 May 2000 07:14:35 +0000 (07:14 +0000)
commitcf58efc14e5c4b3a83f221a2e6347f99c73cfc57
tree1149b1477c107a44e607a964cb3f4b80dcb18b2a
parent4543231901d23f0d6e5d278ff9a2be3d648aa073
[project @ 2000-05-08 07:14:35 by simonpj]
Interface file reading
~~~~~~~~~~~~~~~~~~~~~~
Make interface files reading more robust.
  * If the old interface file is unreadable, don't fail. [bug fix]

  * If the old interface file mentions interfaces
    that are unreadable, don't fail. [bug fix]

  * When we can't find the interface file,
    print the directories we are looking in.  [feature]
ghc/compiler/basicTypes/Module.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/compiler/rename/RnMonad.lhs