8 llvmPackages = lib.dontRecurseIntoAttrs self.ghc.llvmPackages;
10 # Disable GHC core libraries
26 ghc-experimental = null;
41 semaphore-compat = null;
43 system-cxx-std-lib = null;
44 template-haskell = null;
45 # GHC only builds terminfo if it is a native compiler
46 terminfo = if pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform then null else self.terminfo_0_4_1_6;