[GHC] #13949: Haddock fails to typecheck an example with TemplateHaskell
GHC
ghc-devs at haskell.org
Tue Jul 11 18:36:19 UTC 2017
#13949: Haddock fails to typecheck an example with TemplateHaskell
-------------------------------------+-------------------------------------
Reporter: duog | Owner: duog
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Compiler | Version: 8.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D3720
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"ea751248d80efe7633a31120da56e9a31b6820ff/ghc" ea75124/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="ea751248d80efe7633a31120da56e9a31b6820ff"
Fix logic error in GhcMake.enableCodeGenForTH
transitive_deps_set was incorrect, it was not considering the
dependencies of dependencies in some cases. I've corrected it and tidied
it up a little.
The test case from leftaroundabout, as linked to from the ticket, is
added with small modifications to flatten directory structure.
Test Plan: make test TEST=T13949
Reviewers: austin, bgamari, alexbiehl
Reviewed By: alexbiehl
Subscribers: rwbarton, thomie, alexbiehl
GHC Trac Issues: #13949
Differential Revision: https://phabricator.haskell.org/D3720
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list