[GHC] #15197: Apparent missing dependency in ghc-heap
GHC
ghc-devs at haskell.org
Wed May 30 22:07:08 UTC 2018
#15197: Apparent missing dependency in ghc-heap
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: patch
Priority: highest | Milestone: 8.6.1
Component: Compiler | Version: 8.4.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:D4753
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"64fd0fac838426fb87322712da34dabd211c3d89/ghc"
64fd0fac/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="64fd0fac838426fb87322712da34dabd211c3d89"
ghc-heap: Add dependency from GHC.Exts.Heap.Closures to InfoTableProf
`ghc -M` currently doesn't properly account for ways when generating
dependencies (#15197). This import ensures correct build-ordering between
this
module and GHC.Exts.Heap.InfoTableProf. Otherwise the profiled build may
fail as
described in #15197.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15197#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list