From 345ce230cb2c0351f1f1869b613a3d6b7fe816b7 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 20:48:39 +0100 Subject: [PATCH] haskellPackages.ghc-debug-client: remove jailbreak Passes without it. --- pkgs/development/haskell-modules/configuration-common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5767c45b0094..7b02d5a743cf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -306,7 +306,6 @@ self: super: { # 2025-02-10: Too strict bounds on bytestring < 0.12 ghc-debug-common = doJailbreak super.ghc-debug-common; - ghc-debug-client = doJailbreak super.ghc-debug-client; # Needs older QuickCheck version attoparsec-varword = dontCheck super.attoparsec-varword;