[Git][ghc/ghc][wip/T22010] Fix type error in Run.hs
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Thu Jun 22 12:51:16 UTC 2023
Jaro Reinders pushed to branch wip/T22010 at Glasgow Haskell Compiler / GHC
Commits:
d75b332a by Jaro Reinders at 2023-06-22T14:51:10+02:00
Fix type error in Run.hs
- - - - -
1 changed file:
- libraries/ghci/GHCi/Run.hs
Changes:
=====================================
libraries/ghci/GHCi/Run.hs
=====================================
@@ -293,7 +293,7 @@ withBreakAction opts breakMVar statusMVar act
resume_r <- mkRemoteRef resume
apStack_r <- mkRemoteRef apStack
ccs <- toRemotePtr <$> getCCSOf apStack
- putMVar statusMVar $ EvalBreak is_exception apStack_r (I# ix#) uniq# resume_r ccs
+ putMVar statusMVar $ EvalBreak is_exception apStack_r (I# ix#) (I# uniq#) resume_r ccs
takeMVar breakMVar
resetBreakAction stablePtr = do
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d75b332a450bafb9eb2eda132ae1a7fda6065a23
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d75b332a450bafb9eb2eda132ae1a7fda6065a23
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230622/04eba942/attachment.html>
More information about the ghc-commits
mailing list