forked from mirrors/nixpkgs
haskell-wai-websockets: update to version 3.0.0.2
This commit is contained in:
parent
46cb2a98e7
commit
eab430f6a4
|
@ -1,19 +1,18 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, blazeBuilder, caseInsensitive, fileEmbed, httpTypes
|
{ cabal, blazeBuilder, caseInsensitive, fileEmbed, httpTypes
|
||||||
, ioStreams, network, text, transformers, wai, waiAppStatic, warp
|
, network, text, transformers, wai, waiAppStatic, warp, websockets
|
||||||
, websockets
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-websockets";
|
pname = "wai-websockets";
|
||||||
version = "3.0.0.1";
|
version = "3.0.0.2";
|
||||||
sha256 = "01rbwyx2ks6hdaw5qw7dibidyw4bh85s2gzqy4rhmxpdcnmxxmnz";
|
sha256 = "1p0ylwc19g63z4qijnis1x5wys5h2avim6s2fn7m2ihrlc3pkhsb";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder caseInsensitive fileEmbed httpTypes ioStreams network
|
blazeBuilder caseInsensitive fileEmbed httpTypes network text
|
||||||
text transformers wai waiAppStatic warp websockets
|
transformers wai waiAppStatic warp websockets
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue