[GHC] #13528: Unqualified export of constructors doesn't work anymore
GHC
ghc-devs at haskell.org
Wed Apr 12 18:53:17 UTC 2017
#13528: Unqualified export of constructors doesn't work anymore
-------------------------------------+-------------------------------------
Reporter: dmendler | Owner: mpickering
Type: bug | Status: new
Priority: normal | Milestone: 8.2.1
Component: Compiler | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: GHC rejects | Unknown/Multiple
valid program | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"fa5a73f0a86908da31ec72ce33d37a7a704a0600/ghc"
fa5a73f0/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="fa5a73f0a86908da31ec72ce33d37a7a704a0600"
Allow qualified names to be children in export lists
When doing this I noticed a horrible amount of duplication between
lookupSubBndrOcc and lookupExportChild (which I am responsible for).
I opened #13545 to keep track of this.
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
GHC Trac Issues: #13528
Differential Revision: https://phabricator.haskell.org/D3434
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13528#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list