[commit: ghc] wip/prettyprinter: Use prettyprinter (8eb56e3)
git at git.haskell.org
git at git.haskell.org
Wed Sep 13 21:08:59 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/prettyprinter
Link : http://ghc.haskell.org/trac/ghc/changeset/8eb56e31e187f226aca9ec0bd3e87ec57b95c19b/ghc
>---------------------------------------------------------------
commit 8eb56e31e187f226aca9ec0bd3e87ec57b95c19b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jun 24 10:05:38 2017 -0400
Use prettyprinter
>---------------------------------------------------------------
8eb56e31e187f226aca9ec0bd3e87ec57b95c19b
compiler/llvmGen/LlvmCodeGen.hs | 4 +-
compiler/llvmGen/LlvmCodeGen/Base.hs | 6 +-
compiler/main/HscMain.hs | 2 +
compiler/nativeGen/AsmCodeGen.hs | 23 ++---
compiler/utils/Outputable.hs | 18 ++--
compiler/utils/Pretty.hs | 185 ++++++++++++++++++++++++++++++++---
ghc/Main.hs | 1 +
7 files changed, 203 insertions(+), 36 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 8eb56e31e187f226aca9ec0bd3e87ec57b95c19b
More information about the ghc-commits
mailing list