[GHC] #13608: Expose the type of quasiquotes
GHC
ghc-devs at haskell.org
Fri Sep 22 00:13:14 UTC 2017
#13608: Expose the type of quasiquotes
-------------------------------------+-------------------------------------
Reporter: | Owner:
facundo.dominguez | facundo.dominguez
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Template Haskell | Version: 8.0.1
Resolution: | Keywords: QuasiQuotes
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: 12778 | Differential Rev(s): Phab:D3610
Wiki Page: | Phab:D3821
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"175586908963a6d438cf3c28922a38191f4eaa66/ghc" 1755869/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="175586908963a6d438cf3c28922a38191f4eaa66"
Implement TH addCorePlugin.
This allows template-haskell code to add plugins to the compilation
pipeline. Otherwise, the user would have to pass -fplugin=... to ghc.
For now, plugin modules in the current package can't be used. This is
because when TH runs, it is too late to let GHC know that the plugin
modules needed to be compiled first.
Test Plan: ./validate
Reviewers: simonpj, bgamari, austin, goldfire
Reviewed By: bgamari
Subscribers: angerman, rwbarton, mboes, thomie
GHC Trac Issues: #13608
Differential Revision: https://phabricator.haskell.org/D3821
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13608#comment:23>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list