File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Library
4646 containers >= 0.5.0 && < 0.8 ,
4747 file-embed >= 0.0.11 && < 0.1 ,
4848 filepath >= 1.4.2 && < 1.6 ,
49- ghc-events >= 0.19 .0 && < 0.21 ,
49+ ghc-events >= 0.20 .0 && < 0.21 ,
5050 ghc-heap >= 9 && < 10 ,
5151 hashable >= 1.0 && < 1.6 ,
5252 hashtables >= 1.2.3 && < 1.5 ,
Original file line number Diff line number Diff line change @@ -227,6 +227,7 @@ ppHeapProfileType (HeapProfBreakdownRetainer) = "Retainer profiling (implied by
227227ppHeapProfileType (HeapProfBreakdownBiography ) = " Biographical profiling (implied by -hb)"
228228ppHeapProfileType (HeapProfBreakdownClosureType ) = " Basic heap profile (implied by -hT)"
229229ppHeapProfileType (HeapProfBreakdownInfoTable ) = " Info table profile (implied by -hi)"
230+ ppHeapProfileType (HeapProfBreakdownEra ) = " Era profile (implied by -he)"
230231
231232
232233allTabs :: EventlogType
You can’t perform that action at this time.
0 commit comments