From 41fdb105a2c56333fade13f751bac47d39f81604 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Feb 2015 13:06:22 +0100 Subject: [PATCH] haskell-GlomeVec: downgrade to LLVM 3.4 to fix the build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7c363dcf586f..d298f36467dd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -443,6 +443,9 @@ self: super: { # https://github.com/ucsd-progsys/liquid-fixpoint/issues/44 liquid-fixpoint = overrideCabal super.liquid-fixpoint (drv: { preConfigure = "patchShebangs ."; }); + # https://github.com/jimsnow/glome/issues/2 + GlomeVec = super.GlomeVec.override { llvm = pkgs.llvm_34; }; + } // { # Not on Hackage.