diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8e0564dd20d..6612b5a40cf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -919,9 +919,6 @@ self: super: { # https://github.com/GaloisInc/HaNS/pull/8 hans = appendPatch super.hans ./patches/hans-disable-webserver.patch; - # https://github.com/athanclark/commutative/issues/1 - commutative = dontCheck super.commutative; - # https://github.com/athanclark/sets/issues/2 sets = dontCheck super.sets;