mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
haskell-warp: update to version 3.0.0.7
This commit is contained in:
parent
25fb19593c
commit
34a7dc7859
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "warp";
|
pname = "warp";
|
||||||
version = "3.0.0.6";
|
version = "3.0.0.7";
|
||||||
sha256 = "0085v0gnjr4yv4s341jyc8cf9l69rmj9rrnr6h2lyhq5hx1i1lw8";
|
sha256 = "16zsad273lz49lac00pwg701lyr70kv4cwmk258szhmnjvkcnbb7";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
autoUpdate blazeBuilder caseInsensitive hashable httpDate httpTypes
|
autoUpdate blazeBuilder caseInsensitive hashable httpDate httpTypes
|
||||||
network simpleSendfile streamingCommons text unixCompat void wai
|
network simpleSendfile streamingCommons text unixCompat void wai
|
||||||
|
|
Loading…
Reference in a new issue