haskellPackages.kdl-hs: skip broken test suite

This commit is contained in:
sternenseemann
2026-04-27 17:44:15 +02:00
parent 3edcad645d
commit b84c4e5221
@@ -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";