about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/misc/haskell/hasura/ekg-core.nix
blob: 6a9b1157021e2300684ba9116017d607a32a2e0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This has been automatically generated by the script
# ./update.sh.  This should not be changed by hand.
{ mkDerivation, async, atomic-primops, base, containers, criterion
, fetchgit, generic-random, ghc-prim, hashable, hspec
, hspec-smallcheck, HUnit, inspection-testing, lib, markdown-unlit
, primitive, QuickCheck, smallcheck, text, unordered-containers
}:
mkDerivation {
  pname = "ekg-core";
  version = "0.1.1.7";
  src = fetchgit {
    url = "https://github.com/hasura/ekg-core.git";
    sha256 = "1s58kjg1kbhsyfyj0zwhnnws9hg9zwj9jylpwicg54yi78w962ys";
    rev = "9fc8f94685c149a909b66bad4167455d8ae1002c";
    fetchSubmodules = true;
  };
  libraryHaskellDepends = [
    atomic-primops base containers ghc-prim hashable inspection-testing
    primitive text unordered-containers
  ];
  testHaskellDepends = [
    async atomic-primops base containers generic-random ghc-prim
    hashable hspec hspec-smallcheck HUnit inspection-testing
    markdown-unlit primitive QuickCheck smallcheck text
    unordered-containers
  ];
  testToolDepends = [ markdown-unlit ];
  benchmarkHaskellDepends = [ base criterion ];
  doHaddock = false;
  homepage = "https://github.com/tibbe/ekg-core";
  description = "Tracking of system metrics";
  license = lib.licenses.bsd3;
  maintainers = with lib.maintainers; [ lassulus ];
}