[project @ 2000-02-25 14:55:31 by panne]
authorpanne <unknown>
Fri, 25 Feb 2000 14:55:54 +0000 (14:55 +0000)
committerpanne <unknown>
Fri, 25 Feb 2000 14:55:54 +0000 (14:55 +0000)
commitf83a5a68edb4b9dbdff1eebeed84527711efc728
tree799ef59778a651b3cf48645e7775becb90284678
parent72512afb8186c5e383bd2341ad67709958f70eac
[project @ 2000-02-25 14:55:31 by panne]
Deprecations of variables now works, although the source location is
not yet reported correctly and the code needs some cleanup. Added a
new flag -fwarn-deprecations to the set of standard warnings. The
syntax of deprecations has been extended to deprecate types, classes,
or even constructors, although this does not work yet.
ghc/compiler/hsSyn/HsBinds.lhs
ghc/compiler/hsSyn/HsSyn.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/main/MkIface.lhs
ghc/compiler/parser/Parser.y
ghc/compiler/rename/ParseIface.y
ghc/compiler/rename/Rename.lhs
ghc/compiler/rename/RnBinds.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/compiler/rename/RnMonad.lhs
ghc/driver/ghc.lprl