mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-wai-websockets: update to version 3.0.0.2
This commit is contained in:
parent
46cb2a98e7
commit
eab430f6a4
1 changed files with 5 additions and 6 deletions
|
@ -1,19 +1,18 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, blazeBuilder, caseInsensitive, fileEmbed, httpTypes
|
||||
, ioStreams, network, text, transformers, wai, waiAppStatic, warp
|
||||
, websockets
|
||||
, network, text, transformers, wai, waiAppStatic, warp, websockets
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "wai-websockets";
|
||||
version = "3.0.0.1";
|
||||
sha256 = "01rbwyx2ks6hdaw5qw7dibidyw4bh85s2gzqy4rhmxpdcnmxxmnz";
|
||||
version = "3.0.0.2";
|
||||
sha256 = "1p0ylwc19g63z4qijnis1x5wys5h2avim6s2fn7m2ihrlc3pkhsb";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
blazeBuilder caseInsensitive fileEmbed httpTypes ioStreams network
|
||||
text transformers wai waiAppStatic warp websockets
|
||||
blazeBuilder caseInsensitive fileEmbed httpTypes network text
|
||||
transformers wai waiAppStatic warp websockets
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue