From a8f9a9f6fe50d5f4e9209c071c45431168dbad7d Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 31 Dec 2024 13:39:37 +0100 Subject: [PATCH] haskellPackages.lawful-conversions: relax lower bounds of test suite --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8e7ba9b48839..be348ab68718 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -205,6 +205,9 @@ self: super: { # 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; + # 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";