Ticket #91 (new defect)

Opened 4 months ago

Last modified 3 months ago

Replace handwritten instances of Typeable with deriving when GHC is higher than 7.6

Reported by: shelarcy Owned by:
Priority: major Milestone:
Version: Keywords:
Cc: shelarcy

Description

Jose Pedro Magalhaes posted below message to cvs-ghc.

I'm attaching a patch to the vector package to make it derive Typeable
instances instead of defining them manually. GHC HEAD will soon ignore
handwritten Typeable instances, so this replacement is necessary.

http://www.haskell.org/pipermail/cvs-ghc/2012-November/078644.html

Attachments

typeable.patch (9.2 kB) - added by shelarcy 4 months ago.

Change History

Changed 4 months ago by shelarcy

Changed 3 months ago by shelarcy

  • cc shelarcy added

GHC HEAD ignores handwritten Typeable instances now.

Note: See TracTickets for help on using tickets.