[commit: ghc] master: compiler: de-lhs coreSyn/ (b04296d)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:11 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b04296d3a3a256067787241a7727877e35e5af03/ghc
>---------------------------------------------------------------
commit b04296d3a3a256067787241a7727877e35e5af03
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:43:05 2014 -0600
compiler: de-lhs coreSyn/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
b04296d3a3a256067787241a7727877e35e5af03
compiler/coreSyn/{CoreArity.lhs => CoreArity.hs} | 57 +++---
compiler/coreSyn/{CoreFVs.lhs => CoreFVs.hs} | 86 ++++----
compiler/coreSyn/{CoreLint.lhs => CoreLint.hs} | 169 +++++++---------
compiler/coreSyn/{CorePrep.lhs => CorePrep.hs} | 87 ++++-----
compiler/coreSyn/{CoreSubst.lhs => CoreSubst.hs} | 126 ++++++------
compiler/coreSyn/{CoreSyn.lhs => CoreSyn.hs} | 189 ++++++++----------
compiler/coreSyn/{CoreTidy.lhs => CoreTidy.hs} | 42 ++--
compiler/coreSyn/{CoreUnfold.lhs => CoreUnfold.hs} | 100 +++++-----
compiler/coreSyn/{CoreUtils.lhs => CoreUtils.hs} | 216 +++++++++------------
compiler/coreSyn/{MkCore.lhs => MkCore.hs} | 134 ++++++-------
compiler/coreSyn/{PprCore.lhs => PprCore.hs} | 67 +++----
compiler/coreSyn/{TrieMap.lhs => TrieMap.hs} | 115 +++++------
12 files changed, 617 insertions(+), 771 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc b04296d3a3a256067787241a7727877e35e5af03
More information about the ghc-commits
mailing list