summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wai-websockets/default.nix
blob: d225b70f0e7f9bb2a10e64b2a4a404994c6250f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, blazeBuilder, caseInsensitive, fileEmbed, httpTypes
, network, text, transformers, wai, waiAppStatic, warp, websockets
}:

cabal.mkDerivation (self: {
  pname = "wai-websockets";
  version = "3.0.0.2";
  sha256 = "1p0ylwc19g63z4qijnis1x5wys5h2avim6s2fn7m2ihrlc3pkhsb";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    blazeBuilder caseInsensitive fileEmbed httpTypes network text
    transformers wai waiAppStatic warp websockets
  ];
  jailbreak = true;
  meta = {
    homepage = "http://github.com/yesodweb/wai";
    description = "Provide a bridge betweeen WAI and the websockets package";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})