From 795681d6f9c7aad42155fcbc6fe05e3de66a934c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 14 Feb 2015 15:04:06 +0100 Subject: [PATCH] haskell-exceptions: can't compile its test suite * pkgs/development/haskell-modules/configuration-common.nix: --- 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 8bb9917442b..3c8c770a2c5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -488,6 +488,9 @@ self: super: { # https://github.com/bos/bloomfilter/issues/7 bloomfilter = overrideCabal super.bloomfilter (drv: { broken = !pkgs.stdenv.is64bit; }); + # https://github.com/ekmett/exceptions/issues/40 + exceptions = dontCheck super.exceptions; + } // { # Not on Hackage.