From d41db62b22b408649baef5ceb620508e82a1fc31 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 21:28:01 +0100 Subject: [PATCH] haskellPackages.tasty-sugar: update jailbreak comment --- pkgs/development/haskell-modules/configuration-common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 95f65fb9ccdf..404cc4d7b428 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -907,8 +907,7 @@ self: super: { # 2025-02-10: Too strict bounds on doctest < 0.22 tasty-checklist = doJailbreak super.tasty-checklist; - # Too strict lower bound on tasty-hedgehog - # https://github.com/qfpl/tasty-hedgehog/issues/70 + # 2025-02-10: Too strict bounds on hedgehog < 1.5 tasty-sugar = doJailbreak super.tasty-sugar; # Too strict lower bound on aeson