Skip to content

common: Adapt to thread_label's addition to TSOClosure

Ryan Scott requested to merge thread_label into master

A new thread_label :: Maybe b field was added to TSOConstructor in GenClosure in ghc-heap in ghc@436867d6. This updates the corresponding data constructor on the ghc-debug-common side.

Fixes #10.

Merge request reports