From b2cab9734fc6122c6d45002c8f2b458cf844b37f Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:16:03 +0100 Subject: [PATCH] haskellPackages.validation-selective: update jailbreak comment --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0c2c4cbda835..4a706e7eebea 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2283,7 +2283,7 @@ self: super: { editedCabalFile = null; } super.regex-compat-tdfa); - # https://github.com/kowainik/validation-selective/issues/64 + # 2025-02-11: Too strict bounds on hedgehog < 1.5, hspec-hedgehog < 0.2 validation-selective = doJailbreak super.validation-selective; # https://github.com/system-f/validation/issues/57 validation = doJailbreak super.validation;