2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 15:05:41 +01:00
|
|
|
{ cabal, binary, cairo, deepseq, filepath, ghcEvents, glib, gtk
|
2014-11-13 00:37:08 +01:00
|
|
|
, mtl, pango, text, time
|
2012-01-16 12:47:59 +01:00
|
|
|
}:
|
2010-10-05 19:30:17 +02:00
|
|
|
|
2011-08-14 01:38:40 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2010-10-05 19:30:17 +02:00
|
|
|
pname = "threadscope";
|
2014-12-03 13:50:58 +01:00
|
|
|
version = "0.2.6";
|
|
|
|
sha256 = "0pycxvf3gjx86yp948anczxidhi6ra95szkqyvvlfpriay7klfya";
|
2011-08-14 01:38:40 +02:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2012-01-16 12:47:59 +01:00
|
|
|
buildDepends = [
|
2014-11-13 00:37:08 +01:00
|
|
|
binary cairo deepseq filepath ghcEvents glib gtk mtl pango text
|
|
|
|
time
|
2012-01-16 12:47:59 +01:00
|
|
|
];
|
2011-03-12 18:28:15 +01:00
|
|
|
configureFlags = "--ghc-options=-rtsopts";
|
2010-10-05 19:30:17 +02:00
|
|
|
meta = {
|
2012-01-16 12:47:59 +01:00
|
|
|
homepage = "http://www.haskell.org/haskellwiki/ThreadScope";
|
2011-09-05 11:52:34 +02:00
|
|
|
description = "A graphical tool for profiling parallel Haskell programs";
|
2011-08-14 01:38:40 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-10-05 19:30:17 +02:00
|
|
|
};
|
2011-08-14 01:38:40 +02:00
|
|
|
})
|