haskellPackages.integer-logarithms: disable tests

This commit is contained in:
Wolfgang Walther
2026-01-10 18:40:23 +01:00
parent 79a7ab9c22
commit b09b43ad6d
@@ -832,6 +832,12 @@ with haskellLib;
HerbiePlugin = dontCheck super.HerbiePlugin;
wai-cors = dontCheck super.wai-cors;
# Needs QuickCheck >= 2.16, but Stackage is currently on 2.15
integer-logarithms =
lib.warnIf (lib.versionAtLeast super.QuickCheck.version "2.16")
"override for haskellPackages.integer-logarithms may no longer be needed"
(dontCheck super.integer-logarithms);
# Apply patch fixing an incorrect QuickCheck property which occasionally causes false negatives
# https://github.com/Philonous/xml-picklers/issues/5
xml-picklers = appendPatch (pkgs.fetchpatch {