Fix second bug in Trac #4127
authorsimonpj@microsoft.com <unknown>
Thu, 1 Jul 2010 14:01:24 +0000 (14:01 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 1 Jul 2010 14:01:24 +0000 (14:01 +0000)
commit2c183f9b2a148d4c6821d5b9a4ec3d18ee957263
tree38407b76d33a70f532d39ab477049fc364f0e077
parente025c94f0dd63d2b944e502fa9c1d77094e49c89
Fix second bug in Trac #4127

This bug concerned the awkward shadowing we do for
Template Haskell declaration brackets.  Lots of
comments in

  Note [Top-level Names in Template Haskell decl quotes]
compiler/basicTypes/RdrName.lhs
compiler/rename/RnNames.lhs