31 lines
1.1 KiB
Nix
31 lines
1.1 KiB
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, attoparsec, base64Bytestring, binary, blazeBuilder
|
|
, caseInsensitive, entropy, HUnit, ioStreams, mtl, network
|
|
, QuickCheck, random, SHA, testFramework, testFrameworkHunit
|
|
, testFrameworkQuickcheck2, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "websockets";
|
|
version = "0.8.2.6";
|
|
sha256 = "074d0wkxy2qyi8w9cjgbalqi8b21wf5ak71lcnh94iw76dfxbizf";
|
|
buildDepends = [
|
|
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
|
entropy ioStreams mtl network random SHA text
|
|
];
|
|
testDepends = [
|
|
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
|
entropy HUnit ioStreams mtl network QuickCheck random SHA
|
|
testFramework testFrameworkHunit testFrameworkQuickcheck2 text
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://jaspervdj.be/websockets";
|
|
description = "A sensible and clean way to write WebSocket-capable servers in Haskell";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|