[GHC] #1475: Adding imports and exports with Template Haskell
GHC
ghc-devs at haskell.org
Fri Jun 12 08:10:02 UTC 2015
#1475: Adding imports and exports with Template Haskell
-------------------------------------+-------------------------------------
Reporter: igloo | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: ⊥
Component: Template Haskell | Version: 6.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by cdupont):
I have also a use case for it. I need to generate imports that are
extracted from GIT history. Using TH to do that would be elegant as I
could extract the file and splice in the module name in the import list at
the same time.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1475#comment:21>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list