From ec138222f7b6fe0d77efed222d086e358a9615d9 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Wed, 17 Jun 2026 23:39:02 +0200 Subject: [PATCH] haskellPackages.postgres-websockets: jailbreak (wai-app-static) --- 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 d8e1962b7268..d2b74b5ab908 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2428,6 +2428,10 @@ with haskellLib; # https://github.com/brandonchinn178/tasty-autocollect/issues/54 tasty-autocollect = dontCheck super.tasty-autocollect; + # 2026-06-17: wai-app-static >=3.1.7.1 && <3.2 + # https://github.com/diogob/postgres-websockets/issues/115 + postgres-websockets = doJailbreak super.postgres-websockets; + postgrest = lib.pipe (super.postgrest.overrideScope (