[project @ 2000-03-27 16:22:09 by simonpj]
authorsimonpj <unknown>
Mon, 27 Mar 2000 16:22:11 +0000 (16:22 +0000)
committersimonpj <unknown>
Mon, 27 Mar 2000 16:22:11 +0000 (16:22 +0000)
commit783e505e2d884f94d30ec8074e590507f2561c49
tree4114052c8ed612cc1b9162666896b5c98392ccd2
parenta127213c1890584702075d732d7bb9887113e4ff
[project @ 2000-03-27 16:22:09 by simonpj]
Fix a bug in import listing in interface files that meant we lost track of
interface files.  This fixes the problem that led Sven to add lots of
import PprType() decls.  I've removed them all again!
19 files changed:
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgExpr.lhs
ghc/compiler/coreSyn/CoreLint.lhs
ghc/compiler/deSugar/DsCCall.lhs
ghc/compiler/deSugar/DsExpr.lhs
ghc/compiler/deSugar/DsForeign.lhs
ghc/compiler/hsSyn/HsCore.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/compiler/simplCore/SimplUtils.lhs
ghc/compiler/specialise/Specialise.lhs
ghc/compiler/stgSyn/StgLint.lhs
ghc/compiler/stgSyn/StgSyn.lhs
ghc/compiler/typecheck/TcBinds.lhs
ghc/compiler/typecheck/TcClassDcl.lhs
ghc/compiler/typecheck/TcDeriv.lhs
ghc/compiler/typecheck/TcForeign.lhs
ghc/compiler/typecheck/TcMonad.lhs
ghc/compiler/typecheck/TcPat.lhs
ghc/compiler/types/Unify.lhs