haskellPackages.provide: remove jailbreak

We have LTS 23 now.
This commit is contained in:
Wolfgang Walther
2025-02-11 01:17:32 +01:00
committed by sternenseemann
parent 01d2854bce
commit d42a902a7c
@@ -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;