about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/network-carbon/default.nix
blob: c9bbe2b0daf8b4a15b8aeff81c814c6d16e5b1c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 = [ self.stdenv.lib.maintainers.ocharles ];
  };
})