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