From 30c154d99b89974fb4a3a004cc875bdbb73d6204 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Fri, 29 Jun 2018 11:31:16 +0200 Subject: haskellPackages.llvm-hs_6_3_0: fix build --- pkgs/development/haskell-modules/configuration-nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/haskell-modules') diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 752c40ad0060..a9f21040ac0c 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -269,9 +269,9 @@ self: super: builtins.intersectAttrs super { ); llvm-hs = super.llvm-hs.override { llvm-config = pkgs.llvm; }; - llvm-hs_6_2_0 = super.llvm-hs_6_2_0.override { + llvm-hs_6_3_0 = super.llvm-hs_6_3_0.override { llvm-config = pkgs.llvm_6; - llvm-hs-pure = super.llvm-hs-pure_6_2_0; + llvm-hs-pure = super.llvm-hs-pure_6_2_1; }; # Needs help finding LLVM. -- cgit 1.4.1