3
0
Fork 0
forked from mirrors/nixpkgs

haskell-splot: add version 0.3.4

This commit is contained in:
Peter Simons 2012-09-18 11:58:05 +02:00
parent 3865d54f0f
commit 2460be6f63
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{ cabal, bytestringLexing, cairo, Chart, colour, HUnit, mtl
, strptime, time, vcsRevision
}:
cabal.mkDerivation (self: {
pname = "splot";
version = "0.3.4";
sha256 = "1qfi8vqm4zliz0lmi6njicm8xha6w8w55il09k0d1w5akwi93x5j";
isLibrary = false;
isExecutable = true;
buildDepends = [
bytestringLexing cairo Chart colour HUnit mtl strptime time
vcsRevision
];
meta = {
homepage = "http://www.haskell.org/haskellwiki/Splot";
description = "A tool for visualizing the lifecycle of many concurrent multi-staged processes";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})

View file

@ -1835,6 +1835,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
myhasktags = callPackage ../tools/misc/myhasktags {};
splot = callPackage ../development/tools/haskell/splot {};
timeplot = callPackage ../development/tools/haskell/timeplot {};
# Games.