From 4b9529d4909eca513b6fbe9fda7083eb132e8a24 Mon Sep 17 00:00:00 2001 From: Ai-Ya-Ya Date: Mon, 1 Jun 2026 23:59:36 +0000 Subject: [PATCH] haskellPackages.pinch: jailbreak bump already merged upstream, awaiting new Hackage release --- pkgs/development/haskell-modules/configuration-common.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cf3413985d64..144565847a5a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1773,6 +1773,13 @@ with haskellLib; # https://github.com/obsidiansystems/database-id/issues/1 database-id-class = doJailbreak super.database-id-class; + # Too strict version bounds (<0.4) on network-run + # https://github.com/abhinav/pinch/pull/72 + pinch = lib.pipe super.pinch [ + (warnAfterVersion "0.5.2.0") + doJailbreak + ]; + # TODO: when (likely in 25.x) Stackage bumps random to 1.3, review dataframe-persistent = lib.pipe super.dataframe-persistent [ doJailbreak # 2026-01-23: too strict bounds on dataframe >= 0.4