Fix the handling of names in declaration brackets
authorsimonpj@microsoft.com <unknown>
Thu, 7 Sep 2006 14:18:45 +0000 (14:18 +0000)
committersimonpj@microsoft.com <unknown>
Thu, 7 Sep 2006 14:18:45 +0000 (14:18 +0000)
commit8c3e6304e6a5fe3dbbdf2223de0ccc0f96d2a913
treed8b33f3c281853c3a0a99c3ef9b995211e2314cd
parent74c362210577cb1b5aee255dfd4e851720f01363
Fix the handling of names in declaration brackets

The handling of top-level names in declaration brackets is a bit tricky.
This commit fixes Trac #977;  test is TH_spliceD2.

The changes are commented in RnExpr.rnBracket and RdrName.hideSomeUnquals
compiler/basicTypes/RdrName.lhs
compiler/rename/RnExpr.lhs