mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 01:51:24 +00:00
41b75fc4d4
The maintainer is active on Hackage, and will benefit from bug reports on build failure. It currently builds without needing to jailbreak.
30 lines
1.1 KiB
Nix
30 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
|
|
];
|
|
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 ];
|
|
};
|
|
})
|