summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/network-carbon/default.nix
blob: 82d6c47844d7a6dbdb85bd7843f812014f0e07ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.2";
  sha256 = "0r9riydwvmn8v9iih475agl4idb3z6v3djmn3pjlda28g3p0zw9h";
  buildDepends = [ network text time vector ];
  jailbreak = true;
  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 ];
  };
})