summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-14 15:04:06 +0100
committerPeter Simons <simons@cryp.to>2015-02-14 19:41:49 +0100
commit795681d6f9c7aad42155fcbc6fe05e3de66a934c (patch)
treefe6dee1dc28745d505adfc22ec0d17f40a71492c /pkgs
parent1bb43ea027c232091aaf7b5613d157dbbb7d571d (diff)
downloadnixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.tar
nixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.tar.gz
nixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.tar.bz2
nixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.tar.lz
nixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.tar.xz
nixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.tar.zst
nixpkgs-795681d6f9c7aad42155fcbc6fe05e3de66a934c.zip
haskell-exceptions: can't compile its test suite
* pkgs/development/haskell-modules/configuration-common.nix:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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.