Move Eq and Ord for Int from GHC.Base to GHC.Classes, so they are not longer orphan.
authorJose Pedro Magalhaes <jpm@cs.uu.nl>
Tue, 3 May 2011 13:40:33 +0000 (15:40 +0200)
committerJose Pedro Magalhaes <jpm@cs.uu.nl>
Tue, 3 May 2011 13:40:33 +0000 (15:40 +0200)
commit092841be56472fe1dae12f745df6a72abbf44c40
treeb03d16cdba7ab35971374b7ab5a0d5ba6eaa7ce0
parentdf8d9fc17f6750afe10021cee1b53f200d26d2bf
Move Eq and Ord for Int from GHC.Base to GHC.Classes, so they are not longer orphan.

Put Eq and Ord instances for Arity, Associativity, and Fixity in GHC.Classes, Show instances in GHC.Show, and Read instances in GHC.Read.
GHC/Base.lhs
GHC/Classes.hs
GHC/Int.hs
GHC/Read.lhs
GHC/Show.lhs