[GHC] #13255: aws package fails to build with master

GHC ghc-devs at haskell.org
Tue Feb 21 14:31:27 UTC 2017


#13255: aws package fails to build with master
-------------------------------------+-------------------------------------
        Reporter:  bgamari           |                Owner:  (none)
            Type:  bug               |               Status:  new
        Priority:  highest           |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.0.1
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  crash or panic                     |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"6e3288473718fcd8e6ad15a5e7db5b7ab43e9cbb/ghc"
 6e328847/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="6e3288473718fcd8e6ad15a5e7db5b7ab43e9cbb"
 Fix SetLevels for join points

 This fixes Trac #13255.  The trouble was that we had a bottoming
 join point, and tried to float it to top level. But it had free
 JoinIds, so we tried to abstract over them.

 Disaster.  Lint should have caught it, but didn't (now fixed).

 This patch fixes the original problem.
 }}}

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


More information about the ghc-tickets mailing list