[commit: ghc] master: Template Haskell support for COMPLETE pragmas (95dc6dc)
git at git.haskell.org
git at git.haskell.org
Thu Jan 26 00:23:14 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/95dc6dc070deac733d4a4a63a93e606a2e772a67/ghc
>---------------------------------------------------------------
commit 95dc6dc070deac733d4a4a63a93e606a2e772a67
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Sat Jan 21 19:29:49 2017 +0000
Template Haskell support for COMPLETE pragmas
Reviewers: RyanGlScott, austin, goldfire, bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2997
GHC Trac Issues: #13098
>---------------------------------------------------------------
95dc6dc070deac733d4a4a63a93e606a2e772a67
compiler/deSugar/DsMeta.hs | 21 +++++-
compiler/hsSyn/Convert.hs | 5 ++
compiler/prelude/THNames.hs | 85 +++++++++++-----------
.../template-haskell/Language/Haskell/TH/Lib.hs | 5 +-
.../template-haskell/Language/Haskell/TH/Ppr.hs | 3 +
.../template-haskell/Language/Haskell/TH/Syntax.hs | 2 +
libraries/template-haskell/changelog.md | 2 +
testsuite/tests/th/T13098.hs | 9 +++
testsuite/tests/th/all.T | 1 +
9 files changed, 90 insertions(+), 43 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 95dc6dc070deac733d4a4a63a93e606a2e772a67
More information about the ghc-commits
mailing list