summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJordan Woehr <jordanwoehr@gmail.com>2015-10-13 08:12:52 -0600
committerJordan Woehr <jordanwoehr@gmail.com>2015-10-13 08:12:52 -0600
commit2b09bfc3c8b54536dca99186f8f1fef3482e96c1 (patch)
treef3b8ab7346db833f88bfaa97df78bf39dd94c2ca /pkgs/development/haskell-modules/configuration-common.nix
parent66141ab1f295def4d369048a4ab1bd58596fa45f (diff)
downloadnixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.tar
nixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.tar.gz
nixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.tar.bz2
nixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.tar.lz
nixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.tar.xz
nixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.tar.zst
nixpkgs-2b09bfc3c8b54536dca99186f8f1fef3482e96c1.zip
Latest llvm-general now requires llvm 3.5
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index cc11adbb431..ad26ad43bdf 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -635,8 +635,8 @@ self: super: {
   # Uses OpenGL in testing
   caramia = dontCheck super.caramia;
 
-  # Supports only 3.4 for now, https://github.com/bscarlet/llvm-general/issues/144
-  llvm-general = super.llvm-general.override { llvm-config = pkgs.llvm_34; };
+  # Supports only 3.5 for now, https://github.com/bscarlet/llvm-general/issues/142
+  llvm-general = super.llvm-general.override { llvm-config = pkgs.llvm_35; };
 
   # Needs help finding LLVM.
   spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm;