[commit: ghc] master: Pretty: reformat using style from libraries/pretty (#10735) (d7b053a)
git at git.haskell.org
git at git.haskell.org
Wed Aug 5 08:10:51 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d7b053a25f17a02753780293bc1d417c5794e91f/ghc
>---------------------------------------------------------------
commit d7b053a25f17a02753780293bc1d417c5794e91f
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Mon Aug 3 16:36:42 2015 +0200
Pretty: reformat using style from libraries/pretty (#10735)
This commit copies the code structure (what goes where), whitespace layout
and comments from libraries/pretty/src/Text/PrettyPrint/HughesPJ.hs,
with the intention to be able to later more easily compare the two
files, and port bug fixes.
I'm sorry this messes up git blame history, but there's no other way.
>---------------------------------------------------------------
d7b053a25f17a02753780293bc1d417c5794e91f
compiler/utils/Pretty.hs | 816 +++++++++++++++++++++++++----------------------
1 file changed, 442 insertions(+), 374 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 d7b053a25f17a02753780293bc1d417c5794e91f
More information about the ghc-commits
mailing list