Skip to content

Commit

Permalink
Merge pull request #24646 from luke-clifton/accelerate-llvm
Browse files Browse the repository at this point in the history
llvm-hs: Point llvm-hs to llvm_4
  • Loading branch information
bennofs committed Apr 5, 2017
2 parents bbbe24f + 5ffece7 commit 2608416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ self: super: builtins.intersectAttrs super {
}
);

llvm-hs = super.llvm-hs.override { llvm-config = pkgs.llvm_4; };

# Needs help finding LLVM.
spaceprobe = addBuildTool super.spaceprobe self.llvmPackages.llvm;

Expand Down

0 comments on commit 2608416

Please sign in to comment.