haskellPackages.ghc-debug-client: remove jailbreak

Passes without it.
This commit is contained in:
Wolfgang Walther
2025-02-11 01:17:32 +01:00
committed by sternenseemann
parent 9ccf09317f
commit 345ce230cb
@@ -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;