forked from mirrors/nixpkgs
haskell-llvm-general is broken with recent versions of LLVM.
This commit is contained in:
parent
2814e5ce11
commit
8732feab5a
|
@ -283,4 +283,7 @@ self: super: {
|
||||||
HLearn-distributions = dontDistribute super.HLearn-distributions;
|
HLearn-distributions = dontDistribute super.HLearn-distributions;
|
||||||
HLearn-classification = dontDistribute super.HLearn-classification;
|
HLearn-classification = dontDistribute super.HLearn-classification;
|
||||||
|
|
||||||
|
# Won't work with LLVM 3.5.
|
||||||
|
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -81,4 +81,7 @@ self: super: {
|
||||||
# The compat library is empty in the presence of mtl 2.2.x.
|
# The compat library is empty in the presence of mtl 2.2.x.
|
||||||
mtl-compat = dontHaddock super.mtl-compat;
|
mtl-compat = dontHaddock super.mtl-compat;
|
||||||
|
|
||||||
|
# Won't work with LLVM 3.5.
|
||||||
|
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue