about summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/profiteur/default.nix
blob: 2cc73ca66726f7d378b3f8ad31bf1c32a16bab4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, attoparsec, filepath, text, unorderedContainers
, vector
}:

cabal.mkDerivation (self: {
  pname = "profiteur";
  version = "0.1.2.1";
  sha256 = "1108hhh2ivhs85jkga4wps2yscgjnp211sw5w45j4wp9dgpz2hak";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    aeson attoparsec filepath text unorderedContainers vector
  ];
  meta = {
    homepage = "http://github.com/jaspervdj/profiteur";
    description = "Treemap visualiser for GHC prof files";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})