Skip to main content

IOG GHC Update #47

ยท One min read

Triweekly update from the GHC DevX team at IOG.

Previous updates can be found here.

The team attended HEW, HIW, and Zurihac in Switzerland.

Luite: chaired a session at HIW.

Luite: fixed a Windows cross-compilation issue in haskell.nix. haskell.nix#2361 haskell.nix!2385.

Sylvain: fixed compilation of C files with GHC when the package database doesn't contain the rts (useful when building the RTS). GHC#26018 and GHC!14300.

Sylvain: removed unsafe emptyModBreaks GHC!14348.

Sylvain: debugged STM performance issue and provided a fix (not merged yet). GHC#26028 GHC!14354.