summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/threadscope/default.nix
blob: 07854f970dc08ab182a78992affdf38b71023b00 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, cairo, deepseq, filepath, ghcEvents, glib, gtk
, mtl, pango, text, time
}:

cabal.mkDerivation (self: {
  pname = "threadscope";
  version = "0.2.5";
  sha256 = "1nrhgir855n6n764fapaqd94dhqmsxn07ky3zf04nrx0lca9ir52";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [
    binary cairo deepseq filepath ghcEvents glib gtk mtl pango text
    time
  ];
  configureFlags = "--ghc-options=-rtsopts";
  meta = {
    homepage = "http://www.haskell.org/haskellwiki/ThreadScope";
    description = "A graphical tool for profiling parallel Haskell programs";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})