[GHC] #8180: Template Haskell now requires -dynamic or -dynamic-too

GHC ghc-devs at haskell.org
Tue Jan 21 20:07:07 UTC 2014


#8180: Template Haskell now requires -dynamic or -dynamic-too
-------------------------------------+------------------------------------
        Reporter:  goldfire          |            Owner:  thoughtpolice
            Type:  bug               |           Status:  closed
        Priority:  highest           |        Milestone:  7.8.1
       Component:  Compiler          |          Version:  7.7
      Resolution:  fixed             |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by Austin Seipp <austin@…>):

 In [changeset:"0a2d323cee040c6460233ff17d40199755e59959/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="0a2d323cee040c6460233ff17d40199755e59959"
 Fix #8677 (fallout from #8180)

 When using TemplateHaskell and -prof, we *do not* want -dynamic-too,
 because
 we're going to *expect* that you compiled the vanilla/dyn way already,
 and are compiling profiling the second time (i.e. so GHCi can just load
 the normal, non-profiled object files.)

 Signed-off-by: Austin Seipp <austin at well-typed.com>
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8180#comment:20>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list