[commit: ghc] master: Change `Typeable` instance for type-lis to use the Known* classes. (4854fce)

git at git.haskell.org git at git.haskell.org
Sun Jun 21 19:27:33 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/4854fcea4f73897bbdcdfede382c826da7b64b97/ghc

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

commit 4854fcea4f73897bbdcdfede382c826da7b64b97
Author: Iavor S. Diatchki <iavor.diatchki at gmail.com>
Date:   Sun Jun 21 12:24:42 2015 -0700

    Change `Typeable` instance for type-lis to use the Known* classes.
    
    This should fix T10348


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

4854fcea4f73897bbdcdfede382c826da7b64b97
 compiler/deSugar/DsBinds.hs                        | 25 ++++++++++++++--------
 compiler/prelude/PrelNames.hs                      | 24 +++++++++++++--------
 compiler/typecheck/TcEvidence.hs                   |  6 +++---
 compiler/typecheck/TcHsSyn.hs                      |  2 +-
 compiler/typecheck/TcInteract.hs                   | 18 +++++++++++-----
 compiler/typecheck/TcSMonad.hs                     |  6 +++++-
 libraries/base/Data/Typeable/Internal.hs           | 11 +++++++++-
 testsuite/tests/typecheck/should_compile/T10348.hs | 11 ++++++++--
 8 files changed, 72 insertions(+), 31 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 4854fcea4f73897bbdcdfede382c826da7b64b97


More information about the ghc-commits mailing list