Skip to content

Commit 2b56893

Browse files
hsyl20luiteJeffrey Young
authored
GHC team update 39 (#100)
* GHC team update 39 * Update 2024-12-19-ghc-update-39.md * Update 2024-12-19-ghc-update-39.md add links for 9.6.7 release * Update 2024-12-19-ghc-update-39.md * Update 2024-12-19-ghc-update-39.md --------- Co-authored-by: Luite Stegeman <[email protected]> Co-authored-by: Jeffrey Young <[email protected]>
1 parent 14a43af commit 2b56893

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

blog/2024-12-19-ghc-update-39.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
slug: 2024-12-19-ghc-update
3+
title: "IOG GHC Update #39"
4+
authors: [sylvain,doyougnu,luite]
5+
tags: [ghc,ghc-update]
6+
---
7+
8+
Triweekly update from the GHC DevX team at IOG.
9+
10+
<!-- truncate -->
11+
12+
Previous updates can be found [here](https://engineering.iog.io/tags/ghc-update).
13+
14+
## High-level Summary
15+
16+
The team has been working on the preparation of a GHC 9.6.7 release and on
17+
building GHC with cabal-install instead of Hadrian.
18+
19+
## Details
20+
21+
Luite: Is back from vacation and has been preparing the GHC 9.6.7 release. See [GHC#25559](https://gitlab.haskell.org/ghc/ghc/-/issues/25559) and [GHC!13740](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13740).
22+
23+
Sylvain: worked on building GHC with cabal-install instead of Hadrian. During the process he noticed that the Cabal flags for the RTS were wrongly set on automatic. This is now fixed by [GHC!13697](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13697).
24+
25+
Sylvain: fixed the build of GHC with tables-next-to-code disabled. See [GHC#25565](https://gitlab.haskell.org/ghc/ghc/-/issues/25565) and [GHC!13712](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13712)
26+
27+
Sylvain: merged `ghc-bignum` package into `ghc-internal`. See [GHC#24453](https://gitlab.haskell.org/ghc/ghc/-/issues/24453) and [GHC!13688](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13688)
28+
29+
## Other
30+
31+
Jeff: created a [GHC JS Backend matrix room](https://matrix.to/#/#ghc-js-backend:matrix.org) come chat about all things JS backend!

0 commit comments

Comments
 (0)