From d42a902a7c9c71dc5688727edcf72b3203577c0a Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 20:17:54 +0100 Subject: [PATCH] haskellPackages.provide: remove jailbreak We have LTS 23 now. --- pkgs/development/haskell-modules/configuration-common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 888006dcb253..86f422670e43 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -188,8 +188,6 @@ self: super: { # 2025-02-10: Too strict bounds on tasty-quickcheck < 0.11 tasty-discover = doJailbreak super.tasty-discover; - # 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;