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