[GHC] #10233: Reexporting GHC.Exts does not export Constraint
GHC
ghc-devs at haskell.org
Fri Apr 3 00:46:21 UTC 2015
#10233: Reexporting GHC.Exts does not export Constraint
-------------------------------------+-------------------------------------
Reporter: int-e | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
I expected the following code
{{{
module T (module GHC.Exts) where
import GHC.Exts (Constraint)
}}}
to reexport `Constraint`, but in fact `T` exports nothing at all.
Explicitely exporting `Constraint` from `T` works as expected.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10233>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list