[commit: ghc] ghc-8.0: Pretty: remove a harmful $! (#12227) (2756af8)

git at git.haskell.org git at git.haskell.org
Thu Aug 25 15:04:52 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/2756af87aebee769ffca959adc4b9dc607a49fdb/ghc

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

commit 2756af87aebee769ffca959adc4b9dc607a49fdb
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
    
    (cherry picked from commit 89a8be71a3715c948cebcb19ac81f84da0e6270e)


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

2756af87aebee769ffca959adc4b9dc607a49fdb
 compiler/utils/Pretty.hs                |  45 ++++++++++-
 testsuite/tests/perf/compiler/T12227.hs | 137 ++++++++++++++++++++++++++++++++
 testsuite/tests/perf/compiler/all.T     |  21 ++++-
 3 files changed, 200 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 2756af87aebee769ffca959adc4b9dc607a49fdb


More information about the ghc-commits mailing list