[Git][ghc/ghc][wip/decode_cloned_stack] Fix hadrian/ghci build
Sven Tennie (@supersven)
gitlab at gitlab.haskell.org
Sat Jan 14 14:31:41 UTC 2023
Sven Tennie pushed to branch wip/decode_cloned_stack at Glasgow Haskell Compiler / GHC
Commits:
e3075f00 by Sven Tennie at 2023-01-14T14:31:20+00:00
Fix hadrian/ghci build
- - - - -
1 changed file:
- libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
Changes:
=====================================
libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
=====================================
@@ -323,7 +323,7 @@ data GenClosure b
#endif
}
-#if MIN_VERSION_base(4,17,0)
+#if MIN_TOOL_VERSION_ghc(9,5,0)
-- TODO: I could model stack chunks here (much better). However, I need the
-- code to typecheck, now.
| SimpleStack {
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e3075f00d12dc406ae475030c2360d1fe330ed76
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e3075f00d12dc406ae475030c2360d1fe330ed76
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/20230114/a5270e14/attachment.html>
More information about the ghc-commits
mailing list