From 3b4be0dc071c759bc4a0279cccd42d7505a0f00b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 31 Dec 2024 13:39:19 +0100 Subject: [PATCH] haskellPackages.provide: relax lower bound on lens --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4f9743c035ef..8e7ba9b48839 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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";