From a05017cd6c8fc8aa7c073c07e50702bd685c8901 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 8 Jan 2016 18:43:24 +0100 Subject: [PATCH] haskell-vector-algorithms: temporarily disable test suite to work around a compiler crash --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 0c2685eee83..e56fd431324 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -208,4 +208,7 @@ self: super: { # https://github.com/DanielG/cabal-helper/issues/10 cabal-helper = dontCheck super.cabal-helper; + # https://github.com/fpco/stackage/issues/1112 + vector-algorithms = dontCheck super.vector-algorithms; + }