[commit: ghc] master: compiler: de-lhs hsSyn/ (b9b1fab)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:31 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b9b1fab36a3df98bf3796df3090e4d5d8d592f7e/ghc
>---------------------------------------------------------------
commit b9b1fab36a3df98bf3796df3090e4d5d8d592f7e
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:45:05 2014 -0600
compiler: de-lhs hsSyn/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
b9b1fab36a3df98bf3796df3090e4d5d8d592f7e
compiler/hsSyn/{Convert.lhs => Convert.hs} | 13 +-
compiler/hsSyn/{HsBinds.lhs => HsBinds.hs} | 76 ++++----
compiler/hsSyn/{HsDecls.lhs => HsDecls.hs} | 200 +++++++++------------
compiler/hsSyn/{HsExpr.lhs => HsExpr.hs} | 158 +++++++---------
compiler/hsSyn/{HsExpr.lhs-boot => HsExpr.hs-boot} | 2 -
compiler/hsSyn/{HsImpExp.lhs => HsImpExp.hs} | 43 ++---
compiler/hsSyn/{HsLit.lhs => HsLit.hs} | 34 ++--
compiler/hsSyn/{HsPat.lhs => HsPat.hs} | 67 ++++---
compiler/hsSyn/{HsPat.lhs-boot => HsPat.hs-boot} | 2 -
compiler/hsSyn/{HsSyn.lhs => HsSyn.hs} | 16 +-
compiler/hsSyn/{HsTypes.lhs => HsTypes.hs} | 76 ++++----
compiler/hsSyn/{HsUtils.lhs => HsUtils.hs} | 97 +++++-----
12 files changed, 340 insertions(+), 444 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 b9b1fab36a3df98bf3796df3090e4d5d8d592f7e
More information about the ghc-commits
mailing list