splot-0.3.13: splot.cabal
Name: splot
Version: 0.3.13
License: BSD3
License-file: LICENSE
Copyright: Eugene Kirpichov, 2010
Author: Eugene Kirpichov <ekirpichov@gmail.com>
Maintainer: Eugene Kirpichov <ekirpichov@gmail.com>
Synopsis: A tool for visualizing the lifecycle of many concurrent multi-staged processes.
Description: A tool for visualizing the lifecycle of many concurrent multi-staged processes.
Each process has a name, it starts at a point in time, ends at a point in time, and at some
points in time it changes colour. See presentation <http://www.slideshare.net/jkff/two-visualization-tools>
or download <http://jkff.info/presentations/two-visualization-tools.pdf>.
Homepage: http://www.haskell.org/haskellwiki/Splot
Category: Graphics
Cabal-Version: >= 1.6
Build-Type: Simple
Source-repository head
type: git
location: git://github.com/jkff/splot
flag splitbase
description: Choose the new smaller, split-up base package.
executable splot
if flag(splitbase)
Build-Depends: base >= 3 && < 5
else
Build-Depends: base < 3
Build-Depends: cairo, bytestring, bytestring-lexing < 0.5.0, strptime >= 0.1.7, time,
containers, colour, mtl, HUnit, template-haskell, vcs-revision >= 0.0.2
Other-Modules: Tools.ColorMap Tools.SPlotTest Tools.SPlotTest Tools.StatePlot
Main-Is: Tools/SPlotMain.hs
Ghc-Options: -O2 -rtsopts