Skip to content

Commit 8ed32b8

Browse files
hsyl20luite
andauthored
Add update 41 (#102)
* Add update 41 * Update 2025-01-30-ghc-update-41.md * Update 2025-01-30-ghc-update-41.md --------- Co-authored-by: Luite Stegeman <[email protected]>
1 parent e95ff3d commit 8ed32b8

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

blog/2025-01-30-ghc-update-41.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
slug: 2025-01-30-ghc-update
3+
title: "IOG GHC Update #41"
4+
authors: [sylvain,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+
This sprint, work on releasing GHC 9.6.7 and on building GHC with Cabal has
17+
continued. GHC 9.6.7 should be released very soon now. We can now build GHC and
18+
boot libraries with cabal-install, paving the way to reinstallable boot
19+
libraries.
20+
21+
## Details
22+
23+
Luite: has completed the GHC 9.6.7 release. See
24+
[GHC#25559](https://gitlab.haskell.org/ghc/ghc/-/issues/25559) and
25+
[GHC!13740](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13740).
26+
27+
Sylvain: worked on bootstrapping GHC and boot libraries with cabal-install. I
28+
managed to build a stage2 non-cross compiler with it. There are still a lot of
29+
rough edges to improve though. See
30+
[stable-haskell:ghc#3](https://github.com/stable-haskell/ghc/pull/3)
31+
32+
Sylvain: the merge of the `ghc-prim` package into `ghc-internal` has finally be
33+
completed. See [GHC#24453](https://gitlab.haskell.org/ghc/ghc/-/issues/24453)
34+
and [GHC!13752](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/13752)

0 commit comments

Comments
 (0)