18 lines
647 B
Nix
18 lines
647 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, network, text, time, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "network-carbon";
|
|
version = "1.0.1";
|
|
sha256 = "1q3b7vw80yw6fkmpwgazy8ikhbwjmmqmm4fry8c9f8ckkpzahj2b";
|
|
buildDepends = [ network text time vector ];
|
|
meta = {
|
|
homepage = "http://github.com/ocharles/network-carbon";
|
|
description = "A Haskell implementation of the Carbon protocol (part of the Graphite monitoring tools)";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
|
};
|
|
})
|