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