From c8616b488baa9376fd7962f3d05e1694b1a942f7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Aug 2015 20:30:31 +0200 Subject: [PATCH] haskell-set-with 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 d97ed25781f7..9ff0b22875d2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -936,4 +936,7 @@ self: super: { # https://github.com/athanclark/commutative/issues/1 commutative = dontCheck super.commutative; + # https://github.com/athanclark/set-with/issues/1 + set-with = dontCheck super.set-with; + }