[project @ 2001-02-20 09:41:48 by simonpj]
authorsimonpj <unknown>
Tue, 20 Feb 2001 09:41:48 +0000 (09:41 +0000)
committersimonpj <unknown>
Tue, 20 Feb 2001 09:41:48 +0000 (09:41 +0000)
commit52eed22df83f01b4fbe3d1c67abc5e3893e47d39
tree0a0b21c9226ec0c74acf739445430dd59b6e26eb
parent5e6242927839c8ddc73a55eb7828c0b7e4cc3ab2
[project @ 2001-02-20 09:41:48 by simonpj]
Deprecations [HscTypes, MkIface, Rename, RnEnv, RnIfaces]
~~~~~~~~~~~~
* Arrange that a change in deprecations is treated as a
  hi-file difference.

* Warn about deprecations at the usage site.  This entailed
  changing HscTypes.GlobalRdrEnv to include deprecations.
  While I was at it, I changed the range of GlobalRdrEnv
  to a data type, GlobalRdrElt, instead a of a pair.
ghc/compiler/main/HscTypes.lhs
ghc/compiler/main/MkIface.lhs
ghc/compiler/rename/RnIfaces.lhs