[GHC] #11208: GHCi doesn't qualify types anymore
GHC
ghc-devs at haskell.org
Tue Dec 15 20:58:23 UTC 2015
#11208: GHCi doesn't qualify types anymore
-------------------------------------+-------------------------------------
Reporter: hvr | Owner:
Type: bug | Status: closed
Priority: highest | Milestone: 8.0.1
Component: GHCi | Version: 7.11
Resolution: fixed | Keywords: regression
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by bgamari):
* status: new => closed
* resolution: => fixed
Comment:
The above commit drastically reduced the scope of the special-casing.
Hopefully this should help make the output a bit more predictable.
For the list of names that will be unconditionally printed as unqualified
see `forceUnqualNames` in `mkPrintUnqualified`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11208#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list