haskellPackages.lawful-conversions: relax lower bounds of test suite

This commit is contained in:
sternenseemann
2024-12-31 13:40:42 +01:00
parent 3b4be0dc07
commit a8f9a9f6fe
@@ -205,6 +205,9 @@ self: super: {
# Too strict lower bound on lens, drop with LTS 23
provide = doJailbreak super.provide;
# Too strict bounds on quickcheck-instances/tasty-qickcheck, drop with LTS 23
lawful-conversions = doJailbreak super.lawful-conversions;
# Out of date test data: https://github.com/ocharles/weeder/issues/176
weeder = appendPatch (pkgs.fetchpatch {
name = "weeder-2.9.0-test-fix-expected.patch";