haskell-llvm-general is broken with recent versions of LLVM.

This commit is contained in:
Peter Simons 2015-05-29 11:20:12 +02:00
parent 2814e5ce11
commit 8732feab5a
2 changed files with 6 additions and 0 deletions

View file

@ -283,4 +283,7 @@ self: super: {
HLearn-distributions = dontDistribute super.HLearn-distributions;
HLearn-classification = dontDistribute super.HLearn-classification;
# Won't work with LLVM 3.5.
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
}

View file

@ -81,4 +81,7 @@ self: super: {
# The compat library is empty in the presence of mtl 2.2.x.
mtl-compat = dontHaddock super.mtl-compat;
# Won't work with LLVM 3.5.
llvm-general = markBrokenVersion "3.4.5.3" super.llvm-general;
}