haskell-wai-websockets: update to version 3.0.0
This commit is contained in:
parent
6f80ab07a5
commit
b4dd791cea
@ -1,17 +1,17 @@
|
|||||||
{ cabal, blazeBuilder, caseInsensitive, conduit, fileEmbed
|
{ cabal, blazeBuilder, caseInsensitive, fileEmbed, httpTypes
|
||||||
, httpTypes, ioStreams, network, text, transformers, wai
|
, ioStreams, network, text, transformers, wai, waiAppStatic, warp
|
||||||
, waiAppStatic, warp, websockets
|
, websockets
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wai-websockets";
|
pname = "wai-websockets";
|
||||||
version = "2.1.0.2";
|
version = "3.0.0";
|
||||||
sha256 = "16hff38x6fpmp4r1wkjd922s02v5na8zwy6mq5f5gsj7b70n2ww2";
|
sha256 = "0bpzkh9a5j0a282z4dj9dqnjsgd0g8gyvvp0xm0a53582zfhfi5s";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeBuilder caseInsensitive conduit fileEmbed httpTypes ioStreams
|
blazeBuilder caseInsensitive fileEmbed httpTypes ioStreams network
|
||||||
network text transformers wai waiAppStatic warp websockets
|
text transformers wai waiAppStatic warp websockets
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/yesodweb/wai";
|
homepage = "http://github.com/yesodweb/wai";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user