[project @ 2005-11-02 17:41:00 by simonpj]
authorsimonpj <unknown>
Wed, 2 Nov 2005 17:41:00 +0000 (17:41 +0000)
committersimonpj <unknown>
Wed, 2 Nov 2005 17:41:00 +0000 (17:41 +0000)
commitd068f518de21a7a21613eb5a34c5eac8517bef75
treed27959fab78d291c8d8aec7636652b95f7aaf367
parentacc7346eb5d6e6000b3a4b0e2f7ea00933dff2a4
[project @ 2005-11-02 17:41:00 by simonpj]
Second correction to the TH fix of Oct 26, involving thFAKE

Original message
  1) A bug in the renaming of [d| brackets |]. The problem was
  that when we renamed the bracket we messed up the name cache, because
  the module was still that of the parent module. Now we set a fake
  module before renaming it.

This commit fixes the typecheker problem in a different way,
in tcLookupGlobal.
ghc/compiler/typecheck/TcEnv.lhs
ghc/compiler/typecheck/TcSplice.lhs