[commit: ghc] wip/T9858-typeable-ben2: Typeable (5e54256)
git at git.haskell.org
git at git.haskell.org
Wed Sep 23 20:41:01 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T9858-typeable-ben2
Link : http://ghc.haskell.org/trac/ghc/changeset/5e54256733546c68090d2cb2f0c75fd9bad52b7b/ghc
>---------------------------------------------------------------
commit 5e54256733546c68090d2cb2f0c75fd9bad52b7b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Sep 23 16:57:38 2015 +0200
Typeable
>---------------------------------------------------------------
5e54256733546c68090d2cb2f0c75fd9bad52b7b
compiler/deSugar/DsBinds.hs | 1 -
compiler/iface/BuildTyCl.hs | 11 ++++++++++-
compiler/iface/IfaceSyn.hs | 26 ++++++++++++++++----------
compiler/prelude/PrelNames.hs | 4 ++++
compiler/typecheck/TcBinds.hs | 2 +-
compiler/typecheck/TcSplice.hs | 14 --------------
compiler/typecheck/TcTyClsDecls.hs | 14 ++++++++++----
compiler/types/TyCon.hs | 7 ++++---
libraries/ghc-prim/GHC/Types.hs | 3 +--
libraries/hpc | 2 +-
utils/haddock | 2 +-
11 files changed, 48 insertions(+), 38 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 5e54256733546c68090d2cb2f0c75fd9bad52b7b
More information about the ghc-commits
mailing list