Derive some Typeable instances
authorIan Lynagh <igloo@earth.li>
Sun, 24 Apr 2011 18:16:12 +0000 (19:16 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 24 Apr 2011 18:16:12 +0000 (19:16 +0100)
commit93b6e53272695a66d97bd2672dd366797176d5c5
tree626aa08f5cbfa6a50724df24600c81c2f299fb66
parent62b8059e64c0c39e6c16b7ed02b619475dbfbcbf
Derive some Typeable instances

We were using the Typeable.hs macros, but for no good reason as
far as I can tell.
compiler/basicTypes/Module.lhs
compiler/basicTypes/Name.lhs
compiler/basicTypes/NameSet.lhs
compiler/basicTypes/OccName.lhs
compiler/basicTypes/SrcLoc.lhs
compiler/basicTypes/Var.lhs
compiler/utils/Bag.lhs