Skip to content
Snippets Groups Projects
Commit 4eac8e72 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

ghc-heap: Drop mention of BlockedOnIOCompletion

Fixes bootstrap with GHC 9.0 after 5a6efd21
parent 9b0d56d3
Branches tc-errors
No related tags found
No related merge requests found
......@@ -77,9 +77,6 @@ parseWhyBlocked w = case w of
(#const BlockedOnCCall_Interruptible) -> BlockedOnCCall_Interruptible
(#const BlockedOnMsgThrowTo) -> BlockedOnMsgThrowTo
(#const ThreadMigrating) -> ThreadMigrating
#if __GLASGOW_HASKELL__ >= 811 && __GLASGOW_HASKELL__ < 903
(#const BlockedOnIOCompletion) -> BlockedOnIOCompletion
#endif
_ -> WhyBlockedUnknownValue w
parseTsoFlags :: Word32 -> [TsoFlags]
......
......@@ -77,9 +77,6 @@ parseWhyBlocked w = case w of
(#const BlockedOnCCall_Interruptible) -> BlockedOnCCall_Interruptible
(#const BlockedOnMsgThrowTo) -> BlockedOnMsgThrowTo
(#const ThreadMigrating) -> ThreadMigrating
#if __GLASGOW_HASKELL__ >= 811 && __GLASGOW_HASKELL__ < 903
(#const BlockedOnIOCompletion) -> BlockedOnIOCompletion
#endif
_ -> WhyBlockedUnknownValue w
parseTsoFlags :: Word32 -> [TsoFlags]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment