haskell-configuration-common: don't import LLVM into the package set

Instead, we'll make sure that packages find it in self.llvmPackages.
This commit is contained in:
Peter Simons 2015-03-25 19:46:42 +01:00
parent 49f3c375b5
commit 39ec62fa96

View File

@ -4,9 +4,6 @@ with import ./lib.nix { inherit pkgs; };
self: super: {
# Use LLVM for particular GHC version.
inherit (self.llvmPackages) llvm;
# Some packages need a non-core version of Cabal.
Cabal_1_18_1_6 = dontCheck super.Cabal_1_18_1_6;
Cabal_1_20_0_3 = dontCheck super.Cabal_1_20_0_3;