[project @ 2001-08-23 15:05:52 by simonpj]
authorsimonpj <unknown>
Thu, 23 Aug 2001 15:05:53 +0000 (15:05 +0000)
committersimonpj <unknown>
Thu, 23 Aug 2001 15:05:53 +0000 (15:05 +0000)
commitf62fd70df7695286af55854911dad8a28eecb5e1
tree1016afadae05c8a6602fa8f6737d12983491de8d
parenta0cc55a86d11c982a9901c86afc714f32e76c8fb
[project @ 2001-08-23 15:05:52 by simonpj]
More instance-gate fiddling.  This must be one of the most
tiremsome bits of the entire compiler, and I appear to be
incapable of modifying it without getting it wrong at least
once.

Still, this commit does tidy things up a bit.

* The type renamers (rnHsType, etc) have moved from RnSource
  into a new module RnTypes.

* This breaks a couple of loops, and lets us nuke RnSource.hi-boot.
  Hurrah!

Simon
ghc/compiler/parser/RdrHsSyn.lhs
ghc/compiler/rename/RnBinds.lhs
ghc/compiler/rename/RnExpr.lhs
ghc/compiler/rename/RnHiFiles.lhs
ghc/compiler/rename/RnSource.hi-boot [deleted file]
ghc/compiler/rename/RnSource.lhs
ghc/compiler/rename/RnTypes.lhs [new file with mode: 0644]