From 0eca00a544dbd9fdd79c67ef1f392fe1b4160d64 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 17 Aug 2015 18:00:19 +0200 Subject: [PATCH] haskell-sets-with was deprecated. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2e1ff1df7cc..8e0564dd20d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -922,9 +922,6 @@ 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; - # https://github.com/athanclark/sets/issues/2 sets = dontCheck super.sets;