From 0d1525507ba3afbb1a2e5bf685e0dc2aeb7e1805 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 20 Sep 2025 11:24:42 +0200 Subject: [PATCH] haskellPackages.nvfetcher: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f908013800ca..6da545b0bc18 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3433,6 +3433,12 @@ with haskellLib; # 2025-5-15: Too strict bounds on base <4.19, see: https://github.com/zachjs/sv2v/issues/317 sv2v = doJailbreak super.sv2v; + # 2025-09-20: New revision already on hackage. + nvfetcher = lib.pipe super.nvfetcher [ + (warnAfterVersion "0.7.0.0") + doJailbreak + ]; + # 2025-06-25: Upper bounds of transformers and bytestring too strict, # as haskore 0.2.0.8 was released in 2016 and is quite outdated. # Tests fail with: