[commit: ghc] master: compiler: de-lhs main/ (1389ff5)
git at git.haskell.org
git at git.haskell.org
Wed Dec 3 20:05:56 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1389ff565d9a41d21eb7e4fc6e2b23d0df08de24/ghc
>---------------------------------------------------------------
commit 1389ff565d9a41d21eb7e4fc6e2b23d0df08de24
Author: Austin Seipp <austin at well-typed.com>
Date: Wed Dec 3 12:41:58 2014 -0600
compiler: de-lhs main/
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
1389ff565d9a41d21eb7e4fc6e2b23d0df08de24
compiler/main/{CodeOutput.lhs => CodeOutput.hs} | 73 +++---
compiler/main/{Constants.lhs => Constants.hs} | 9 +-
compiler/main/{ErrUtils.lhs => ErrUtils.hs} | 10 +-
.../main/{ErrUtils.lhs-boot => ErrUtils.hs-boot} | 3 -
compiler/main/{Finder.lhs => Finder.hs} | 9 +-
compiler/main/{Hooks.lhs => Hooks.hs} | 19 +-
compiler/main/{Hooks.lhs-boot => Hooks.hs-boot} | 4 -
compiler/main/{HscTypes.lhs => HscTypes.hs} | 281 ++++++++++-----------
compiler/main/{Packages.lhs => Packages.hs} | 8 +-
.../main/{Packages.lhs-boot => Packages.hs-boot} | 2 -
compiler/main/{SysTools.lhs => SysTools.hs} | 56 ++--
compiler/main/{TidyPgm.lhs => TidyPgm.hs} | 130 +++++-----
12 files changed, 272 insertions(+), 332 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 1389ff565d9a41d21eb7e4fc6e2b23d0df08de24
More information about the ghc-commits
mailing list