24 lines
717 B
Nix
24 lines
717 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, distributedProcess, mtl, network, networkTransport
|
|
, networkTransportTcp
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "distributed-process-p2p";
|
|
version = "0.1.3.0";
|
|
sha256 = "00lvi2x1s8r7lwfvsjnvzc9iwdk4ip8svw85p2h3ra4iqbzj70l2";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
binary distributedProcess mtl network networkTransport
|
|
networkTransportTcp
|
|
];
|
|
meta = {
|
|
homepage = "https://bitbucket.org/dpwiz/distributed-process-p2p/";
|
|
description = "Peer-to-peer node discovery for Cloud Haskell";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|