about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-25 20:27:41 +0100
committerPeter Simons <simons@cryp.to>2015-03-26 11:29:06 +0100
commita8d249cbbb6a72e8c26cb90e6acb698882fc625a (patch)
tree54fe03d35d8587d5c6f1deacf70a92c50a1b1d1c /pkgs/development/haskell-modules
parent753284c2d0ce266bdfb3652b5600e961160651cc (diff)
downloadnixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.tar
nixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.tar.gz
nixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.tar.bz2
nixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.tar.lz
nixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.tar.xz
nixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.tar.zst
nixlib-a8d249cbbb6a72e8c26cb90e6acb698882fc625a.zip
haskell-bytestring-arbitrary: use compiler-specific LLVM version
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index abd1b9e2c9ac..18a156ebb281 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -431,7 +431,7 @@ self: super: {
   snappy = dontCheck super.snappy;
 
   # Needs llvm to compile.
-  bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm_34;
+  bytestring-arbitrary = addBuildTool super.bytestring-arbitrary self.llvm;
 
   # Expect to find sendmail(1) in $PATH.
   mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";