[GHC] #16219: Backpack - TH+indefinite module interface file error

GHC ghc-devs at haskell.org
Tue Jan 29 03:30:33 UTC 2019


#16219: Backpack - TH+indefinite module interface file error
-------------------------------------+-------------------------------------
        Reporter:  lightandlight     |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  8.7
      Resolution:                    |             Keywords:  backpack
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by ezyang):

 It looks like the problem is GHC is incorrectly attempting to build the
 object file for the indefinite package. Working versus non-working
 (working version by commenting out TemplateHaskell)

 {{{
 -[2 of 2] Compiling C                ( library-b/C.hs, nothing )
 +Read the interface file dist/build/library-b/C.hi
 +[2 of 2] Compiling C                ( library-b/C.hs,
 /tmp/ghc11640_0/ghc_1.o )
 }}}

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


More information about the ghc-tickets mailing list