diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c8026cb8eaf..f1071832a64 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1026,8 +1026,7 @@ self: super: { # https://github.com/pxqr/base32-bytestring/issues/4 base32-bytestring = dontCheck super.base32-bytestring; - # Broken by HUnit 1.3.x + # https://github.com/JohnLato/listlike/pull/6#issuecomment-137986095 ListLike = dontCheck super.ListLike; - yesod-static = dontCheck super.yesod-static; }