summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-03-09 22:11:23 +0300
committerPeter Simons <simons@cryp.to>2015-03-26 11:29:05 +0100
commit49f3c375b50eea5f7e3bc59c7ee687fb507edf2e (patch)
tree21518bc85057167243eef683684e4dbc546998f9 /pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
parent1368206eb8463dffee6a3c43fdf7ee12ca0aa468 (diff)
downloadnixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.tar
nixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.tar.gz
nixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.tar.bz2
nixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.tar.lz
nixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.tar.xz
nixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.tar.zst
nixlib-49f3c375b50eea5f7e3bc59c7ee687fb507edf2e.zip
ghcWithPackages: add withLLVM
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
index 383a03183906..fd4109fad72e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -4,6 +4,9 @@ with import ./lib.nix { inherit pkgs; };
 
 self: super: {
 
+  # Suitable LLVM version.
+  llvmPackages = pkgs.llvmPackages_34;
+
   # Disable GHC 7.4.x core libraries.
   array = null;
   base = null;