[GHC] #9111: base should export Typeable instances of its promoted data constructors
GHC
ghc-devs at haskell.org
Thu May 15 11:33:16 UTC 2014
#9111: base should export Typeable instances of its promoted data constructors
-------------------------------------+------------------------------------
Reporter: goldfire | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by hvr):
Replying to [comment:8 simonpj]:
> I think we should probably switch it on for the entire `base` package,
and the chair of the core libraries committee seems to agree. That would
be simpler than a lot of ad-hoc instances.
Btw, I just tried to enable it globally in order to get a list of
additional `Typeable` instances becoming available by that, but you have
to avoid using `AutoDeriveTypeable` at the same time with
`NoImplicitPrelude`, as otherwise you get the error
{{{
Failed to load interface for ‘Data.Typeable.Internal’
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9111#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list