[GHC] #10233: Reexporting GHC.Exts does not export Constraint

GHC ghc-devs at haskell.org
Tue Apr 7 14:17:28 UTC 2015


#10233: Reexporting GHC.Exts does not export Constraint
-------------------------------------+-------------------------------------
        Reporter:  int-e             |                   Owner:
            Type:  bug               |                  Status:  merge
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |  module/T10233
                                     |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by simonpj):

 * status:  new => merge
 * testcase:   => module/T10233


Comment:

 Aha, quite right.  Result of an oversight in `TysPrim`.

 This probably is worth merging to 7.10, although some error messages will
 start saying `GHC.Prim.Constraint` instead of `Constraint`.  I've
 addressed that in 547c597112954353cef7157cb0a389bc4f6303eb, but I don't
 think the latter is worth merging.  So just accept the error message
 changes.

 Simon

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10233#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list