[GHC] #1480: Template Haskell should allow reification of modules
GHC
ghc-devs at haskell.org
Tue Nov 5 14:31:00 UTC 2013
#1480: Template Haskell should allow reification of modules
----------------------------+----------------------------------------------
Reporter: igloo | Owner:
Type: feature | Status: closed
request | Milestone: 7.8.1
Priority: highest | Version: 7.7
Component: | Keywords:
Template Haskell | Architecture: Unknown/Multiple
Resolution: fixed | Difficulty: Moderate (less than a day)
Operating System: | Blocked By:
Unknown/Multiple | Related Tickets:
Type of failure: |
None/Unknown |
Test Case: |
Blocking: 8398 |
----------------------------+----------------------------------------------
Comment (by simonmar):
Now that I think about it, I'm wary about using `mi_usages` for
reification, because that widens its scope beyond the recompilation
checker. It seems more correct to add the information to `mi_deps`.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1480#comment:27>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list