[commit: base] new-typeable: Separate Typeable and OldTypeable (eb2d6a4)
José Pedro Magalhães
jpm at cs.uu.nl
Wed Sep 26 15:08:59 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : new-typeable
http://hackage.haskell.org/trac/ghc/changeset/eb2d6a4f358dbe03f1c9a618c76a072e388b6c93
>---------------------------------------------------------------
commit eb2d6a4f358dbe03f1c9a618c76a072e388b6c93
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Thu Jun 7 14:48:43 2012 +0100
Separate Typeable and OldTypeable
In progress
Data/{Typeable.hs => OldTypeable.hs} | 5 +-
Data/{Typeable.hs-boot => OldTypeable.hs-boot} | 2 +-
Data/{Typeable => OldTypeable}/Internal.hs | 3 +-
Data/{Typeable => OldTypeable}/Internal.hs-boot | 2 +-
Data/Typeable.hs | 99 ++--------
Data/Typeable/Internal.hs | 232 +++--------------------
Data/Typeable/Internal.hs-boot | 9 +-
base.cabal | 2 +
8 files changed, 59 insertions(+), 295 deletions(-)
Diff suppressed because of size. To see it, use:
git show eb2d6a4f358dbe03f1c9a618c76a072e388b6c93
More information about the Cvs-libraries
mailing list