mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
24 lines
747 B
Nix
24 lines
747 B
Nix
# 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.6";
|
|
sha256 = "0pycxvf3gjx86yp948anczxidhi6ra95szkqyvvlfpriay7klfya";
|
|
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;
|
|
};
|
|
})
|