[project @ 1999-02-04 13:45:24 by simonpj]
authorsimonpj <unknown>
Thu, 4 Feb 1999 13:45:39 +0000 (13:45 +0000)
committersimonpj <unknown>
Thu, 4 Feb 1999 13:45:39 +0000 (13:45 +0000)
commit937b23b94b458172442ac583f8d5b6f5a093a24b
tree376fbd40c53f85f2ea1536cfd84e773c6e6bedd4
parentc8f077d42bbd594ec1e2f19f09b6e24364d4e8b4
[project @ 1999-02-04 13:45:24 by simonpj]
a) Fix black hole bug when doing -dshow-rn-trace
   (Involved reorganising where fixity exports are dealt with
    in RnNames/RnIfaces.)

b) Arrange to apply Lint to imported unfoldings when -dcore-lint

c) Add -fwarn-type-defaults to report use of the defaulting rules for types

d) Make it so that f (error "help) --> error "help", if f is strict
   (Changes in Simplify.lhs.)
13 files changed:
ghc/compiler/basicTypes/Var.lhs
ghc/compiler/coreSyn/CoreLint.lhs
ghc/compiler/main/CmdLineOpts.lhs
ghc/compiler/rename/RnIfaces.lhs
ghc/compiler/rename/RnNames.lhs
ghc/compiler/simplCore/SimplCore.lhs
ghc/compiler/simplCore/SimplUtils.lhs
ghc/compiler/simplCore/Simplify.lhs
ghc/compiler/typecheck/TcBinds.lhs
ghc/compiler/typecheck/TcEnv.lhs
ghc/compiler/typecheck/TcIfaceSig.lhs
ghc/compiler/typecheck/TcModule.lhs
ghc/compiler/typecheck/TcSimplify.lhs