[GHC] #11505: Boot file problem

GHC ghc-devs at haskell.org
Thu Sep 22 02:13:05 UTC 2016


#11505: Boot file problem
-------------------------------------+-------------------------------------
        Reporter:  augustss          |                Owner:
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:
       Component:  Compiler          |              Version:  7.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):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by jberryman):

 FWIW freezing stage1 and adding the following to the top of
 `compiler/basicTypes/ConLike.hs` and `compiler/basicTypes/ConLike.hs-boot`
 got me past that to a successfully built (though panic-throwing stage2)


 {{{
 {-# LANGUAGE NoStrictData #-}
 }}}

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


More information about the ghc-tickets mailing list