From d15d59cc0afcc46e5bb1ed44595c3febc4cda8b7 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 30 Mar 2026 09:26:47 +0200 Subject: [PATCH] haskellPackages.ghc-debug-client: remove jailbreak Has been updated upstream. --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e362b0c6b297..a81f925362be 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -482,11 +482,6 @@ with haskellLib; # 2025-02-10: Too strict bounds on bytestring < 0.12 ghc-debug-common = doJailbreak super.ghc-debug-common; - ghc-debug-client = lib.pipe super.ghc-debug-client [ - (warnAfterVersion "0.7.0.0") - # 2025-09-18: Too strict bounds on containers < 0.7 - doJailbreak - ]; # https://github.com/agrafix/superbuffer/issues/4 # Too strict bounds on bytestring < 0.12