[project @ 2000-11-01 17:15:28 by simonpj]
authorsimonpj <unknown>
Wed, 1 Nov 2000 17:15:30 +0000 (17:15 +0000)
committersimonpj <unknown>
Wed, 1 Nov 2000 17:15:30 +0000 (17:15 +0000)
commit2ffefc1bfca0c8924825cd15750e7ced457f3c81
treeb8a9c3fb5fceb8e7c2b8374b9e5f81eb15d016e0
parentece274b642d9edd5a90de78a432898509d87209d
[project @ 2000-11-01 17:15:28 by simonpj]
More renamer commits

Versioning now works properly I think.

The main irritation is that interface files now have fuly-qualified names for
*everything*, even things defined in that module.  This is a deficiency in
the pretty printing for interface files.  Probable solution: add something
to the SDoc styles.  But not today.
14 files changed:
ghc/compiler/basicTypes/BasicTypes.lhs
ghc/compiler/basicTypes/Name.lhs
ghc/compiler/basicTypes/RdrName.lhs
ghc/compiler/main/HscMain.lhs
ghc/compiler/main/HscTypes.lhs
ghc/compiler/main/MkIface.lhs
ghc/compiler/parser/RdrHsSyn.lhs
ghc/compiler/rename/ParseIface.y
ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnEnv.lhs
ghc/compiler/rename/RnHiFiles.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/compiler/rename/RnNames.lhs
ghc/compiler/rename/RnSource.lhs