Skip to content
Snippets Groups Projects
Commit a87cb91d authored by Jens Nolte's avatar Jens Nolte
Browse files

Change another forall for GHC 9.2.1

parent 7ca0d108
No related branches found
No related tags found
No related merge requests found
Pipeline #2497 passed
......@@ -197,7 +197,7 @@ withLinkedExceptionHandler parentExceptionHandler action = do
mask \unmask ->
do
bracket
do liftIO $ forkIOWithUnmask $ cancelThread mainThreadId
do liftIO $ forkIOWithUnmask \unmask -> cancelThread mainThreadId unmask
do \cancelThreadId -> liftIO $ throwTo cancelThreadId CancelHelper
do \_ -> unmask $ action exceptionHandler
`catch`
......
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