[commit: ghc] master: Template Haskell support for TypeApplications (983f660)
git at git.haskell.org
git at git.haskell.org
Mon Aug 29 13:49:35 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/983f6609b68bf4cef0a5c94cd5568673cab3a6cf/ghc
>---------------------------------------------------------------
commit 983f6609b68bf4cef0a5c94cd5568673cab3a6cf
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Mon Aug 29 09:47:56 2016 -0400
Template Haskell support for TypeApplications
Summary: Fixes #12530.
Test Plan: make test TEST=12530
Reviewers: austin, bgamari, hvr, goldfire
Reviewed By: goldfire
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2472
GHC Trac Issues: #12530
>---------------------------------------------------------------
983f6609b68bf4cef0a5c94cd5568673cab3a6cf
compiler/deSugar/DsMeta.hs | 6 +++
compiler/hsSyn/Convert.hs | 3 ++
compiler/prelude/THNames.hs | 62 +++++++++++-----------
docs/users_guide/8.2.1-notes.rst | 2 +
libraries/template-haskell/Language/Haskell/TH.hs | 2 +-
.../template-haskell/Language/Haskell/TH/Lib.hs | 3 ++
.../template-haskell/Language/Haskell/TH/Ppr.hs | 2 +
.../template-haskell/Language/Haskell/TH/Syntax.hs | 1 +
libraries/template-haskell/changelog.md | 2 +
testsuite/tests/th/T12530.hs | 15 ++++++
testsuite/tests/th/T12530.stderr | 10 ++++
testsuite/tests/th/all.T | 1 +
12 files changed, 78 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 983f6609b68bf4cef0a5c94cd5568673cab3a6cf
More information about the ghc-commits
mailing list