From 9c5d5b4e93431ad9fd523ad3d0db11eba5844313 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 5 Feb 2015 13:28:54 +0100 Subject: Downgrade more Haskell packages to LLVM 3.4. --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d2bb14335a5..6e64bde1bb4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -443,8 +443,10 @@ 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; }; + # LLVM 3.5 breaks GHC: https://ghc.haskell.org/trac/ghc/ticket/9142. + GlomeVec = super.GlomeVec.override { llvm = pkgs.llvm_34; }; # https://github.com/jimsnow/glome/issues/2 + gloss-raster = super.gloss-raster.override { llvm = pkgs.llvm_34; }; + repa-examples = super.repa-examples.override { llvm = pkgs.llvm_34; }; # Upstream notified by e-mail. OpenGLRaw21 = markBrokenVersion "1.2.0.1" super.OpenGLRaw21; -- cgit 1.4.1