From 7e2da20a97517e6ba379cbb74ced67109ae2053a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Aug 2015 21:51:25 +0200 Subject: [PATCH] haskell-sets can't compile its test suite. --- 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 9ff0b22875d2..50c2e7ceea81 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -939,4 +939,7 @@ self: super: { # https://github.com/athanclark/set-with/issues/1 set-with = dontCheck super.set-with; + # https://github.com/athanclark/sets/issues/1 + sets = dontCheck super.sets; + }