Skip to content

Add lib.compilerConfig for GHC 9.8.x core libraries

Export a library function that downstream package sets can use to disable all GHC-bundled core libraries for GHC 9.8.x.

This provides a single source of truth for which libraries are bundled with this GHC version.

Usage:

compilerConfig = inputs.horizon-ghc.lib.compilerConfig;

🤖 Generated with Claude Code

Merge request reports