21 lines
735 B
Nix
21 lines
735 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataAccessor, network, networkTransport
|
|
, networkTransportTests
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "network-transport-tcp";
|
|
version = "0.4.1";
|
|
sha256 = "11fj0f2yrvdqn3sivfb4p0chs74bx26a0yc49fh160kkcmk42yaf";
|
|
buildDepends = [ dataAccessor network networkTransport ];
|
|
testDepends = [ network networkTransport networkTransportTests ];
|
|
doCheck = false;
|
|
meta = {
|
|
homepage = "http://haskell-distributed.github.com";
|
|
description = "TCP instantiation of Network.Transport";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
|
};
|
|
})
|