[commit: ghc] wip/rae: Fix #8100, by adding StandaloneDerivD to TH's Dec type. (c0eaaa6)
git at git.haskell.org
git at git.haskell.org
Wed Nov 5 15:53:50 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/c0eaaa6d98a128f05cd76022f86fa4960776ecd2/ghc
>---------------------------------------------------------------
commit c0eaaa6d98a128f05cd76022f86fa4960776ecd2
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Tue Nov 4 15:24:33 2014 -0500
Fix #8100, by adding StandaloneDerivD to TH's Dec type.
>---------------------------------------------------------------
c0eaaa6d98a128f05cd76022f86fa4960776ecd2
compiler/deSugar/DsMeta.hs | 56 ++++++++++++++--------
compiler/hsSyn/Convert.lhs | 7 +++
libraries/template-haskell/Language/Haskell/TH.hs | 2 +-
.../template-haskell/Language/Haskell/TH/Lib.hs | 7 +++
.../template-haskell/Language/Haskell/TH/Ppr.hs | 3 ++
.../template-haskell/Language/Haskell/TH/Syntax.hs | 1 +
testsuite/tests/th/all.T | 2 +-
7 files changed, 56 insertions(+), 22 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 c0eaaa6d98a128f05cd76022f86fa4960776ecd2
More information about the ghc-commits
mailing list