File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments