[commit: ghc] wip/prettyprinter: Use prettyprinter (2f6366f)

git at git.haskell.org git at git.haskell.org
Wed Aug 16 22:47:36 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/prettyprinter
Link       : http://ghc.haskell.org/trac/ghc/changeset/2f6366f31c8bee8adb53de020052d19653549640/ghc

>---------------------------------------------------------------

commit 2f6366f31c8bee8adb53de020052d19653549640
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Jun 24 10:05:38 2017 -0400

    Use prettyprinter


>---------------------------------------------------------------

2f6366f31c8bee8adb53de020052d19653549640
 compiler/llvmGen/LlvmCodeGen.hs      |   4 +-
 compiler/llvmGen/LlvmCodeGen/Base.hs |   6 +-
 compiler/main/HscMain.hs             |   3 +
 compiler/nativeGen/AsmCodeGen.hs     |  23 ++---
 compiler/utils/Outputable.hs         |  18 ++--
 compiler/utils/Pretty.hs             | 185 ++++++++++++++++++++++++++++++++---
 ghc/Main.hs                          |   2 +
 7 files changed, 205 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 2f6366f31c8bee8adb53de020052d19653549640


More information about the ghc-commits mailing list