[Git][ghc/ghc][wip/T22010] Fix type error in Interpreter.hs
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Thu Jun 22 12:42:43 UTC 2023
Jaro Reinders pushed to branch wip/T22010 at Glasgow Haskell Compiler / GHC
Commits:
9e568111 by Jaro Reinders at 2023-06-22T14:42:37+02:00
Fix type error in Interpreter.hs
- - - - -
1 changed file:
- compiler/GHC/Runtime/Interpreter.hs
Changes:
=====================================
compiler/GHC/Runtime/Interpreter.hs
=====================================
@@ -398,7 +398,7 @@ handleSeqHValueStatus interp unit_env eval_status =
resume_ctxt_fhv <- liftIO $ mkFinalizedHValue interp resume_ctxt
let hmi = expectJust "handleRunStatus" $
lookupHptDirectly (ue_hpt unit_env)
- (mkUniqueGrimily mod_uniq)
+ (mkUniqueGrimily (fromIntegral mod_uniq))
modl = mi_module (hm_iface hmi)
bp | is_exception = Nothing
| otherwise = Just (BreakInfo modl ix)
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9e568111b5600d687859c5d3e9d458d7a541cc4d
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9e568111b5600d687859c5d3e9d458d7a541cc4d
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/85b82646/attachment.html>
More information about the ghc-commits
mailing list