[commit: ghc] master: Pretty: remove a harmful $! (#12227) (89a8be7)

git at git.haskell.org git at git.haskell.org
Sun Jul 17 07:53:46 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/89a8be71a3715c948cebcb19ac81f84da0e6270e/ghc

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

commit 89a8be71a3715c948cebcb19ac81f84da0e6270e
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sun Jul 17 00:13:45 2016 +0200

    Pretty: remove a harmful $! (#12227)
    
    This is backport of [1] for GHC's copy of Pretty. See Note [Differences
    between libraries/pretty and compiler/utils/Pretty.hs].
    
    [1] http://git.haskell.org/packages/pretty.git/commit/bbe9270c5f849a5bb74c9166a5f4202cfb0dba22
        https://github.com/haskell/pretty/issues/32
        https://github.com/haskell/pretty/pull/35
    
    Reviewers: bgamari, austin
    
    Reviewed By: austin
    
    Differential Revision: https://phabricator.haskell.org/D2397
    
    GHC Trac Issues: #12227


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

89a8be71a3715c948cebcb19ac81f84da0e6270e
 compiler/utils/Pretty.hs                |  45 ++++++++++-
 testsuite/tests/perf/compiler/T12227.hs | 137 ++++++++++++++++++++++++++++++++
 testsuite/tests/perf/compiler/all.T     |  20 ++++-
 3 files changed, 199 insertions(+), 3 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 89a8be71a3715c948cebcb19ac81f84da0e6270e


More information about the ghc-commits mailing list