From b84c4e5221e8c983d27cc2594c1ffb27ef325da5 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 27 Apr 2026 17:44:15 +0200 Subject: [PATCH] haskellPackages.kdl-hs: skip broken test suite --- 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 e3ff003b80c2..c8a7b1611737 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -422,6 +422,10 @@ with haskellLib; dontCheck super.bloomfilter-blocked; + # Missing files necessary for test suite compilation + # https://github.com/brandonchinn178/kdl-hs/issues/33 + kdl-hs = dontCheck super.kdl-hs; + # support for transformers >= 0.6 lifted-base = appendPatch (fetchpatch { url = "https://github.com/basvandijk/lifted-base/commit/6b61483ec7fd0d5d5d56ccb967860d42740781e8.patch";