[commit: ghc] imp-param-class: Remove IPName. (c3af2c5)
Iavor Diatchki
diatchki at galois.com
Mon May 28 02:41:07 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : imp-param-class
http://hackage.haskell.org/trac/ghc/changeset/c3af2c553ff47af628f29b20cc739eaafb30ba8c
>---------------------------------------------------------------
commit c3af2c553ff47af628f29b20cc739eaafb30ba8c
Author: Iavor S. Diatchki <iavor.diatchki at gmail.com>
Date: Sun May 27 16:56:43 2012 -0700
Remove IPName.
compiler/basicTypes/BasicTypes.lhs | 28 ------------------------
compiler/basicTypes/Unique.lhs | 3 --
compiler/ghc.cabal.in | 1 -
compiler/iface/BinIface.hs | 24 +++-----------------
compiler/iface/IfaceEnv.lhs | 23 ++-----------------
compiler/iface/IfaceType.lhs | 19 +--------------
compiler/iface/TcIface.lhs | 2 -
compiler/main/HscTypes.lhs | 10 +------
compiler/prelude/TysWiredIn.lhs | 42 +-----------------------------------
compiler/typecheck/TcInteract.lhs | 7 +-----
compiler/typecheck/TcMType.lhs | 9 +------
compiler/typecheck/TcRnTypes.lhs | 2 +-
compiler/typecheck/TcSMonad.lhs | 12 +---------
compiler/typecheck/TcType.lhs | 2 +-
compiler/types/IParam.lhs | 41 -----------------------------------
compiler/types/IParam.lhs-boot | 10 --------
compiler/types/TyCon.lhs | 15 +------------
compiler/types/Type.lhs | 17 --------------
compiler/types/TypeRep.lhs | 5 ----
19 files changed, 18 insertions(+), 254 deletions(-)
Diff suppressed because of size. To see it, use:
git show c3af2c553ff47af628f29b20cc739eaafb30ba8c
More information about the Cvs-ghc
mailing list