From 6d7e41fa9a6202309ca9935800e57cf58fe1a7ef Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 26 Dec 2025 12:29:47 +0100 Subject: [PATCH] haskellPackages.egison-pattern-src-th-mode: remove jailbreak Didn't build, but the release on hackage has all relevant bounds relaxed. --- 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 a3de2917d726..518b9b52d14e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3119,11 +3119,6 @@ with haskellLib; (addTestToolDepends (with pkgs; [ z3 ])) ]; - # 2025-04-09: jailbreak to allow mtl >= 2.3, template-haskell >= 2.17, text >= 1.3 - egison-pattern-src-th-mode = warnAfterVersion "0.2.1.2" ( - doJailbreak super.egison-pattern-src-th-mode - ); - # 2025-04-09: jailbreak to allow base >= 4.17, hasql >= 1.6, hasql-transaction-io >= 0.2 hasql-streams-core = warnAfterVersion "0.1.0.0" (doJailbreak super.hasql-streams-core);