summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-29 11:20:12 +0200
committerPeter Simons <simons@cryp.to>2015-05-30 19:54:43 +0200
commit8732feab5a70115d118a7ca72f62ed32bc572cc3 (patch)
treec1663559f2f539e9390856d37bb662468172def2 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent2814e5ce1198b40cbc4eebfc3740d336e41f0379 (diff)
downloadnixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.tar
nixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.tar.gz
nixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.tar.bz2
nixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.tar.lz
nixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.tar.xz
nixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.tar.zst
nixpkgs-8732feab5a70115d118a7ca72f62ed32bc572cc3.zip
haskell-llvm-general is broken with recent versions of LLVM.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 470a944fa93..8165f1129d2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -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;
+
 }