Add lib.compilerConfig for GHC 9.0.x core libraries
Export a library function that downstream package sets can use to disable all GHC-bundled core libraries for GHC 9.0.x.
This provides a single source of truth for which libraries are bundled with this GHC version.
Usage:
compilerConfig = inputs.horizon-ghc.lib.compilerConfig;