From 1ae532eb77032fd285c6d87a1db855d7a05a3324 Mon Sep 17 00:00:00 2001 From: Akshay Mankar Date: Sun, 26 Jul 2026 12:56:14 +0200 Subject: [PATCH] haskellPackages.bytezap: Jailbreak to support base 4.22 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3514860674a7..ca842883fe8d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -316,6 +316,10 @@ with haskellLib; # https://github.com/berberman/arch-web/pull/20 arch-web = doJailbreak super.arch-web; + # 2026-07-26: Allow base 4.22 + # https://github.com/raehik/bytezap/pull/4 + bytezap = doJailbreak super.bytezap; + # network < 3.2.8 # bound only required when running under WINE: https://github.com/haskell/network/issues/604 iserv-proxy = doJailbreak super.iserv-proxy;