summary refs log blame commit diff
path: root/pkgs/development/libraries/haskell/hp2any-core/default.nix
blob: b7e7d1da40dcfcb84ff93c4278a63a7d099fd5e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                  
{cabal, bytestringTrie, network}:

cabal.mkDerivation (self : {
  pname = "hp2any-core";
  version = "0.10.1";
  sha256 = "1qblsvlj4x22ml3k5mlr28r5xk9rmi7lpipd369dbvdzm0rflf03";
  propagatedBuildInputs = [bytestringTrie network];
  meta = {
    description = "Heap profiling helper library";
    license = "BSD3";
    maintainers = [self.stdenv.lib.maintainers.andres];
  };
})