diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9ff0b22875d..50c2e7ceea8 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; + }