[commit: base] master: Eliminate Equality.hs-boot and Proxy.hs-boot by moving instances (e53a9e2)
Richard Eisenberg
eir at ghc.haskell.org
Thu Jul 25 12:30:59 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e53a9e24719097a3e7ae41af50aaa2d9aeb4e233
>---------------------------------------------------------------
commit e53a9e24719097a3e7ae41af50aaa2d9aeb4e233
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Thu Jul 25 11:25:38 2013 +0100
Eliminate Equality.hs-boot and Proxy.hs-boot by moving instances
Control/Applicative.hs | 7 ++++
Control/Category.hs | 12 ++++++-
Data/Data.hs | 41 ++++++++++++++++++++++-
Data/Foldable.hs | 15 +++++++++
Data/Proxy.hs | 78 +++++++++++++-------------------------------
Data/Proxy.hs-boot | 5 ---
Data/Traversable.hs | 11 +++++++
Data/Type/Equality.hs | 25 +++++++++-----
Data/Type/Equality.hs-boot | 6 ----
Data/Typeable.hs | 2 +-
Data/Typeable/Internal.hs | 5 ++-
GHC/Generics.hs | 3 ++
12 files changed, 131 insertions(+), 79 deletions(-)
Diff suppressed because of size. To see it, use:
git show e53a9e24719097a3e7ae41af50aaa2d9aeb4e233
More information about the ghc-commits
mailing list