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, mtl, network, QuickCheck, random
|
|
, SHA, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
|
, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "websockets";
|
|
version = "0.9.2.1";
|
|
sha256 = "11pdh5dc7r9svg789yx66lff5gcmzs6yg7m74ciz3ybb2i4p855s";
|
|
buildDepends = [
|
|
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
|
entropy mtl network random SHA text
|
|
];
|
|
testDepends = [
|
|
attoparsec base64Bytestring binary blazeBuilder caseInsensitive
|
|
entropy HUnit 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 ];
|
|
};
|
|
})
|