Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-generics
http://hackage.haskell.org/trac/ghc/changeset/fed25228aec3f3bd2f91c50d67043d83efb1af18 >--------------------------------------------------------------- commit fed25228aec3f3bd2f91c50d67043d83efb1af18 Author: Jose Pedro Magalhaes <[email protected]> Date: Wed May 4 17:27:49 2011 +0200 Remove HsNumTy and TypePati. They belonged to the old generic deriving mechanism, so they can go. Adapted a lot of code as a consequence. compiler/deSugar/Check.lhs | 2 +- compiler/deSugar/DsArrows.lhs | 1 - compiler/deSugar/DsMeta.hs | 6 ++++-- compiler/hsSyn/HsBinds.lhs | 2 +- compiler/hsSyn/HsPat.lhs | 9 --------- compiler/hsSyn/HsTypes.lhs | 3 --- compiler/hsSyn/HsUtils.lhs | 2 -- compiler/parser/Parser.y.pp | 2 -- compiler/parser/RdrHsSyn.lhs | 6 +----- compiler/rename/RnBinds.lhs | 30 ++++++++---------------------- compiler/rename/RnHsSyn.lhs | 26 +------------------------- compiler/rename/RnPat.lhs | 4 ---- compiler/rename/RnSource.lhs | 14 +++++--------- compiler/rename/RnTypes.lhs | 7 ------- compiler/typecheck/TcDeriv.lhs | 2 +- compiler/typecheck/TcHsType.lhs | 9 --------- compiler/typecheck/TcPat.lhs | 6 ------ compiler/typecheck/TcTyClsDecls.lhs | 15 --------------- utils/ghctags/Main.hs | 1 - 19 files changed, 22 insertions(+), 125 deletions(-) Diff suppressed because of size. To see it, use: git show fed25228aec3f3bd2f91c50d67043d83efb1af18 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
