cabal2nix-2.16.0: test/golden-test-cases/pipes-network.nix.golden
{ mkDerivation, base, bytestring, lib, network, network-simple
, pipes, pipes-safe, transformers
}:
mkDerivation {
pname = "pipes-network";
version = "0.6.4.1";
sha256 = "deadbeef";
libraryHaskellDepends = [
base bytestring network network-simple pipes pipes-safe
transformers
];
homepage = "https://github.com/k0001/pipes-network";
description = "Use network sockets together with the pipes library";
license = lib.licenses.bsd3;
}