diff options
author | Chaitanya Koparkar <ckoparkar@gmail.com> | 2018-03-19 12:04:03 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-03-19 12:05:12 -0400 |
commit | 9868f91fd9f04fdee241df69ae826feeae89a0b6 (patch) | |
tree | c63815105e0477d63ea5ebf7cc064fc6ef989f33 /configure.ac | |
parent | fbd9b886df92d1e0be0bdaacc7352273b504b78d (diff) | |
download | haskell-9868f91fd9f04fdee241df69ae826feeae89a0b6.tar.gz |
Turn a TH Name for built-in syntax into an unqualified RdrName
Previously, the Renamer would turn any fully qualified Template Haskell
name into a corresponding fully qualified `RdrName`. But this is not
what we want for built-in syntax, as it produces unnecessarily qualified
names (eg. GHC.Types.[], GHC.Tuple.(,) etc.).
Test Plan: ./validate
Reviewers: RyanGlScott, bgamari, goldfire
Reviewed By: RyanGlScott, bgamari
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #13776
Differential Revision: https://phabricator.haskell.org/D4506
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions