[commit: ghc] wip/rae: Fix #9064 by adding support for generic default signatures to TH. (72f228e)
git at git.haskell.org
git at git.haskell.org
Wed Nov 5 15:53:56 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/72f228e201669384fe9b0c0c54ad917ae104cb2c/ghc
>---------------------------------------------------------------
commit 72f228e201669384fe9b0c0c54ad917ae104cb2c
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 4 16:38:22 2014 -0500
Fix #9064 by adding support for generic default signatures to TH.
>---------------------------------------------------------------
72f228e201669384fe9b0c0c54ad917ae104cb2c
compiler/deSugar/DsMeta.hs | 24 +++++++++++-----------
compiler/hsSyn/Convert.lhs | 5 +++++
compiler/typecheck/TcSplice.lhs | 13 +++++++++---
libraries/template-haskell/Language/Haskell/TH.hs | 2 +-
.../template-haskell/Language/Haskell/TH/Lib.hs | 6 ++++++
.../template-haskell/Language/Haskell/TH/Ppr.hs | 3 +++
.../template-haskell/Language/Haskell/TH/Syntax.hs | 1 +
testsuite/tests/th/all.T | 2 +-
8 files changed, 39 insertions(+), 17 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 72f228e201669384fe9b0c0c54ad917ae104cb2c
More information about the ghc-commits
mailing list