[commit: ghc] master: compiler: de-lhs rename/ (9fc4382)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:06:06 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9fc4382ced4357b03b169c36934d7acd3ac4dd59/ghc
>---------------------------------------------------------------
commit 9fc4382ced4357b03b169c36934d7acd3ac4dd59
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:42:50 2014 -0600
compiler: de-lhs rename/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
9fc4382ced4357b03b169c36934d7acd3ac4dd59
compiler/rename/{RnBinds.lhs => RnBinds.hs} | 126 ++++++------
compiler/rename/{RnEnv.lhs => RnEnv.hs} | 165 +++++++--------
compiler/rename/{RnExpr.lhs => RnExpr.hs} | 119 ++++++-----
.../rename/{RnExpr.lhs-boot => RnExpr.hs-boot} | 3 -
compiler/rename/{RnNames.lhs => RnNames.hs} | 127 ++++++------
compiler/rename/{RnPat.lhs => RnPat.hs} | 97 +++++----
compiler/rename/{RnSource.lhs => RnSource.hs} | 223 ++++++++++-----------
compiler/rename/{RnSplice.lhs => RnSplice.hs} | 43 ++--
.../rename/{RnSplice.lhs-boot => RnSplice.hs-boot} | 2 -
compiler/rename/{RnTypes.lhs => RnTypes.hs} | 82 ++++----
10 files changed, 455 insertions(+), 532 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 9fc4382ced4357b03b169c36934d7acd3ac4dd59
More information about the ghc-commits
mailing list