9 llvmPackages = lib.dontRecurseIntoAttrs self.ghc.llvmPackages;
11 # Disable GHC core libraries
27 ghc-experimental = null;
43 semaphore-compat = null;
45 system-cxx-std-lib = null;
46 template-haskell = null;
47 # GHC only builds terminfo if it is a native compiler
48 terminfo = if pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform then null else haskellLib.doDistribute self.terminfo_0_4_1_6;