haskellPackages.lawful-conversions: relax lower bounds of test suite
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user