You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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