[vector] #91: Replace handwritten instances of Typeable with deriving when GHC is higher than 7.6

vector vector at projects.haskell.org
Fri Jan 18 04:39:34 GMT 2013


#91: Replace handwritten instances of Typeable with deriving when GHC is higher
than 7.6
---------------------+------------------------------------------------------
Reporter:  shelarcy  |       Owner:     
    Type:  defect    |      Status:  new
Priority:  major     |   Milestone:     
 Version:            |    Keywords:     
---------------------+------------------------------------------------------
 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

-- 
Ticket URL: <http://trac.haskell.org/vector/ticket/91>
vector <http://trac.haskell.org/vector>
Package vector


More information about the vector mailing list