-
Notifications
You must be signed in to change notification settings - Fork 8
/
splot.cabal
34 lines (31 loc) · 1.32 KB
/
splot.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Name: splot
Version: 0.3.14
License: BSD3
License-file: LICENSE
Copyright: Eugene Kirpichov, 2010
Author: Eugene Kirpichov <[email protected]>
Maintainer: Eugene Kirpichov <[email protected]>
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.*, 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