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-21 19:47:53 +0100
committerPeter Simons <simons@cryp.to>2015-03-21 19:47:53 +0100
commitd242b5220ae607437037db1b73b296f72f742f33 (patch)
tree1f4b77418ccb45c7539b296af40dc3cb5ce6ba46 /pkgs/development/haskell-modules
parentfddc2fa8bc338796d3839e64cffa737db605c51a (diff)
downloadnixlib-d242b5220ae607437037db1b73b296f72f742f33.tar
nixlib-d242b5220ae607437037db1b73b296f72f742f33.tar.gz
nixlib-d242b5220ae607437037db1b73b296f72f742f33.tar.bz2
nixlib-d242b5220ae607437037db1b73b296f72f742f33.tar.lz
nixlib-d242b5220ae607437037db1b73b296f72f742f33.tar.xz
nixlib-d242b5220ae607437037db1b73b296f72f742f33.tar.zst
nixlib-d242b5220ae607437037db1b73b296f72f742f33.zip
haskell-bytestring-arbitrary: fix build by passing an older 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 6471225d5fc1..a339166fd2d0 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -428,7 +428,7 @@ self: super: {
   snappy = dontCheck super.snappy;
 
   # Needs llvm to compile.
-  bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm;
+  bytestring-arbitrary = addBuildTool super.bytestring-arbitrary pkgs.llvm_34;
 
   # Expect to find sendmail(1) in $PATH.
   mime-mail = appendConfigureFlag super.mime-mail "--ghc-option=-DMIME_MAIL_SENDMAIL_PATH=\"sendmail\"";