Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c6ccfc8

Browse files
committedDec 12, 2023
Use fork of warp which closes connections gracefully
Upstream PR: yesodweb/wai#958
1 parent a987fc5 commit c6ccfc8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed
 

‎nix/haskell-pins.nix

+11-4
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,17 @@ let
264264
sha256 = "sha256-xcGZ11ocdlB8ks20QAhtPZ+4ggmV4Om4CPHH/M6NjXk=";
265265
};
266266
};
267+
# PR: https://github.com/yesodweb/wai/pull/958
268+
warp = {
269+
src = fetchgit {
270+
url = "https://github.com/wireapp/wai";
271+
rev = "bedd6a835f6d98128880465c30e8115fa986e3f6";
272+
sha256 = "sha256-0r/d9YwcKZIZd10EhL2TP+W14Wjk0/S8Q4pVvZuZLaY=";
273+
};
274+
packages = {
275+
"warp" = "warp";
276+
};
277+
};
267278
};
268279
hackagePins = {
269280
# Major re-write upstream, we should get rid of this dependency rather than
@@ -292,10 +303,6 @@ let
292303
version = "1.4.0";
293304
sha256 = "sha256-zPT/FMxAiR94NReqNIDa/RS7dtiNWCRe3SZi8P11GDk=";
294305
};
295-
warp = {
296-
version = "3.3.30";
297-
sha256 = "sha256-VrK27a2wFtezh9qabcXGe2tw9EwBmI8mKwmpCtXq9rc=";
298-
};
299306
warp-tls = {
300307
version = "3.4.3";
301308
sha256 = "sha256-6MjlCKGC8v+7OiSuMFGwO8sgcA3gp0OfOnneI2wSpWI=";

0 commit comments

Comments
 (0)
Please sign in to comment.