From eb860e488af60b8c4c6638aefe107b4abe19c3c6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 6 Sep 2015 20:38:17 +0200 Subject: [PATCH] Haskell ListLike and yesod-static have their test suites broken by HUnit 1.3.x. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b83158a9d73..c8026cb8eaf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1026,4 +1026,8 @@ self: super: { # https://github.com/pxqr/base32-bytestring/issues/4 base32-bytestring = dontCheck super.base32-bytestring; + # Broken by HUnit 1.3.x + ListLike = dontCheck super.ListLike; + yesod-static = dontCheck super.yesod-static; + }