haskellPackages.provide: relax lower bound on lens

This commit is contained in:
sternenseemann
2024-12-31 13:40:42 +01:00
parent c7a72e43b3
commit 3b4be0dc07
@@ -203,6 +203,8 @@ self: super: {
http-api-data = doJailbreak super.http-api-data;
tasty-discover = doJailbreak super.tasty-discover;
# Too strict lower bound on lens, drop with LTS 23
provide = doJailbreak super.provide;
# 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";