diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9acd5c594190..481e37dac83a 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;