16 lines
527 B
Nix
16 lines
527 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, hashable, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "network-transport";
|
|
version = "0.4.1.0";
|
|
sha256 = "0xn879ngrbnm71i1wsbxxiih22sdb6csy6aip6fgqyafqlpc1c93";
|
|
buildDepends = [ binary hashable transformers ];
|
|
meta = {
|
|
homepage = "http://haskell-distributed.github.com";
|
|
description = "Network abstraction layer";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|