From 6acd533c5de96b978fb00514dc321f7774fa6b41 Mon Sep 17 00:00:00 2001 From: Marc Scholten Date: Sat, 25 Jan 2025 09:23:58 -0800 Subject: [PATCH] haskellPackages.warp-systemd: drop jailbreak The base bounds have been revisioned on hackage https://hackage.haskell.org/package/warp-systemd-0.3.0.0/revisions/ --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2f449a86977c..4252f036dc29 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2945,9 +2945,6 @@ self: super: # https://github.com/snoyberg/http-client/pull/563 http-client-tls = doJailbreak super.http-client-tls; - # 2025-01-23: jailbreak to allow base >= 4.17 - warp-systemd = doJailbreak super.warp-systemd; - bsb-http-chunked = lib.pipe super.bsb-http-chunked [ (lib.warnIf (lib.versionOlder "0.0.0.4" super.bsb-http-chunked.version) "override for haskellPackages.bsb-http-chunked may no longer be needed") # Last released in 2018