amend: use warp 3.4.14 for 3522917
Use a release instead of a git commit
This commit is contained in:
@@ -88,13 +88,12 @@ let
|
|||||||
|
|
||||||
warp =
|
warp =
|
||||||
lib.dontCheck
|
lib.dontCheck
|
||||||
(prev.callCabal2nixWithOptions "warp"
|
(prev.callHackageDirect
|
||||||
(super.fetchFromGitHub {
|
{
|
||||||
owner = "yesodweb";
|
pkg = "warp";
|
||||||
repo = "wai";
|
ver = "3.4.14";
|
||||||
rev = "ad041216b643f69a2a9c87cbf4c2988aa4633dd5";
|
sha256 = "sha256-RnoOUlC6dOP0sK/tYAJCX1oLzVFG1GILUY+yVbmvW8Y=";
|
||||||
sha256 = "sha256-Dl3wLrGl1HvkF9MqGdY4dzx4z6SlCSiFZgCgprd7Cjg=";
|
}
|
||||||
}) "--subpath=warp"
|
|
||||||
{ });
|
{ });
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|||||||
+1
-1
@@ -160,7 +160,7 @@ library
|
|||||||
-- for unix sockets; this is tested in test/io/test_io.py. See
|
-- for unix sockets; this is tested in test/io/test_io.py. See
|
||||||
-- https://github.com/kazu-yamamoto/logger/commit/3a71ca70afdbb93d4ecf0083eeba1fbbbcab3fc3
|
-- https://github.com/kazu-yamamoto/logger/commit/3a71ca70afdbb93d4ecf0083eeba1fbbbcab3fc3
|
||||||
, wai-logger >= 2.4.0
|
, wai-logger >= 2.4.0
|
||||||
, warp >= 3.4.13 && < 3.5
|
, warp >= 3.4.14 && < 3.5
|
||||||
, stm >= 2.5 && < 3
|
, stm >= 2.5 && < 3
|
||||||
, stm-hamt >= 1.2 && < 2
|
, stm-hamt >= 1.2 && < 2
|
||||||
, focus >= 1.0 && < 2
|
, focus >= 1.0 && < 2
|
||||||
|
|||||||
+1
-4
@@ -15,10 +15,7 @@ extra-deps:
|
|||||||
- hasql-notifications-0.2.4.0
|
- hasql-notifications-0.2.4.0
|
||||||
- http-semantics-0.4.0
|
- http-semantics-0.4.0
|
||||||
- http2-5.4.0
|
- http2-5.4.0
|
||||||
- git: https://github.com/yesodweb/wai.git
|
- warp-3.4.14
|
||||||
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
|
||||||
subdirs:
|
|
||||||
- warp
|
|
||||||
|
|
||||||
allow-newer: true
|
allow-newer: true
|
||||||
allow-newer-deps:
|
allow-newer-deps:
|
||||||
|
|||||||
+5
-11
@@ -1,7 +1,7 @@
|
|||||||
# This file was autogenerated by Stack.
|
# This file was autogenerated by Stack.
|
||||||
# You should not edit this file by hand.
|
# You should not edit this file by hand.
|
||||||
# For more information, please see the documentation at:
|
# For more information, please see the documentation at:
|
||||||
# https://docs.haskellstack.org/en/stable/lock_files
|
# https://docs.haskellstack.org/en/stable/topics/lock_files
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
- completed:
|
- completed:
|
||||||
@@ -47,18 +47,12 @@ packages:
|
|||||||
original:
|
original:
|
||||||
hackage: http2-5.4.0
|
hackage: http2-5.4.0
|
||||||
- completed:
|
- completed:
|
||||||
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
hackage: warp-3.4.14@sha256:66b82af637f79ae4d39f7373b39491067f6d059b2581cb4caf18760f1d82e686,10066
|
||||||
git: https://github.com/yesodweb/wai.git
|
|
||||||
name: warp
|
|
||||||
pantry-tree:
|
pantry-tree:
|
||||||
sha256: 02665f2d175a7fd683470e608b23e0d661f4e55dd13e073ed203e4b9a5801f8f
|
sha256: 6db2e6d37acebd24d4e73d506481a4a2e0c53b35099756131a3852c8c8b84b45
|
||||||
size: 4975
|
size: 4175
|
||||||
subdir: warp
|
|
||||||
version: 3.4.13.1
|
|
||||||
original:
|
original:
|
||||||
commit: ad041216b643f69a2a9c87cbf4c2988aa4633dd5
|
hackage: warp-3.4.14
|
||||||
git: https://github.com/yesodweb/wai.git
|
|
||||||
subdir: warp
|
|
||||||
snapshots:
|
snapshots:
|
||||||
- completed:
|
- completed:
|
||||||
sha256: 3286bb954fe0e7e0291ca61fac01a689b7165da9d7e8ba3c3a045be989c860fd
|
sha256: 3286bb954fe0e7e0291ca61fac01a689b7165da9d7e8ba3c3a045be989c860fd
|
||||||
|
|||||||
Reference in New Issue
Block a user