diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a71dae696cf..7f8e2987571 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -935,4 +935,7 @@ self: super: { yi-solarized = dontDistribute super.yi-solarized; yi-spolsky = dontDistribute super.yi-spolsky; + # https://github.com/athanclark/commutative/issues/1 + commutative = dontCheck super.commutative; + }