[commit: ghc] new-demand: renamings (6a7df91)

Ilya Sergey ilya.sergey at cs.kuleuven.be
Tue Aug 21 20:47:34 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : new-demand

http://hackage.haskell.org/trac/ghc/changeset/6a7df912591e43d8e8c868d1bf55f7a16ff5c0d5

>---------------------------------------------------------------

commit 6a7df912591e43d8e8c868d1bf55f7a16ff5c0d5
Author: Ilya Sergey <Ilya.Sergey at cs.kuleuven.be>
Date:   Tue Aug 21 12:55:56 2012 +0100

    renamings

 compiler/basicTypes/Demand.lhs     |  386 ------------------------------------
 compiler/basicTypes/Id.lhs         |   57 +++---
 compiler/basicTypes/IdInfo.lhs     |   58 +++---
 compiler/basicTypes/MkId.lhs       |   38 ++--
 compiler/coreSyn/CoreArity.lhs     |   16 +-
 compiler/coreSyn/CoreLint.lhs      |    6 +-
 compiler/coreSyn/CorePrep.lhs      |   14 +-
 compiler/coreSyn/CoreTidy.lhs      |    4 +-
 compiler/coreSyn/MkCore.lhs        |    8 +-
 compiler/coreSyn/PprCore.lhs       |   12 +-
 compiler/ghc.cabal.in              |    5 -
 compiler/iface/BinIface.hs         |    4 +-
 compiler/iface/IfaceSyn.lhs        |    6 +-
 compiler/iface/MkIface.lhs         |    8 +-
 compiler/iface/TcIface.lhs         |   12 +-
 compiler/main/TidyPgm.lhs          |   22 +-
 compiler/simplCore/SetLevels.lhs   |   20 +-
 compiler/simplCore/SimplCore.lhs   |    6 +-
 compiler/simplCore/SimplUtils.lhs  |   12 +-
 compiler/simplCore/Simplify.lhs    |   14 +-
 compiler/specialise/SpecConstr.lhs |   28 ++--
 compiler/stranal/DmdAnal.lhs       |   22 --
 compiler/stranal/NewDmdAnal.lhs    |   20 +-
 compiler/stranal/NewWorkWrap.lhs   |    8 +-
 compiler/stranal/NewWwLib.lhs      |   10 +-
 compiler/stranal/StrCompare.lhs    |   18 --
 compiler/stranal/WorkWrap.lhs      |   19 --
 compiler/stranal/WwLib.lhs         |   19 --
 28 files changed, 188 insertions(+), 664 deletions(-)


Diff suppressed because of size. To see it, use:

    git show 6a7df912591e43d8e8c868d1bf55f7a16ff5c0d5



More information about the Cvs-ghc mailing list