From f92eb718eb6d927e7bc85aec5c924c9e926218b0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 17 Aug 2015 17:59:33 +0200 Subject: [PATCH] haskell-sets still can't compile its test suite. --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 41d56211827..2e1ff1df7cc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -925,7 +925,7 @@ self: super: { # https://github.com/athanclark/set-with/issues/1 set-with = dontCheck super.set-with; - # https://github.com/athanclark/sets/issues/1 + # https://github.com/athanclark/sets/issues/2 sets = dontCheck super.sets; # https://github.com/lens/lens-aeson/issues/18