[commit: ghc] master: Show '#' on unboxed literals (47175e0)

git at git.haskell.org git at git.haskell.org
Mon Feb 23 09:40:38 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/47175e06ff8364c732607e3d76ef3b7b80d57f1c/ghc

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

commit 47175e06ff8364c732607e3d76ef3b7b80d57f1c
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Mon Feb 23 03:40:58 2015 -0600

    Show '#' on unboxed literals
    
    Test Plan: deriving/should_run/T10104
    
    Reviewers: austin, jstolarek
    
    Reviewed By: austin, jstolarek
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D672
    
    GHC Trac Issues: #10104


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

47175e06ff8364c732607e3d76ef3b7b80d57f1c
 compiler/prelude/PrelNames.hs                     |  3 +-
 compiler/typecheck/TcDeriv.hs                     |  5 +--
 compiler/typecheck/TcGenDeriv.hs                  | 44 +++++++++++++++++------
 testsuite/.gitignore                              |  2 +-
 testsuite/tests/deriving/should_run/T10104.hs     | 11 ++++++
 testsuite/tests/deriving/should_run/T10104.stdout |  2 ++
 testsuite/tests/deriving/should_run/T8280.hs      |  8 -----
 testsuite/tests/deriving/should_run/T8280.stdout  |  1 -
 testsuite/tests/deriving/should_run/all.T         |  3 +-
 9 files changed, 55 insertions(+), 24 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 47175e06ff8364c732607e3d76ef3b7b80d57f1c


More information about the ghc-commits mailing list