-
Notifications
You must be signed in to change notification settings - Fork 16
/
timeplot.cabal
38 lines (37 loc) · 1.72 KB
/
timeplot.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
35
36
37
38
name: timeplot
version: 1.0.33
cabal-version: >=1.10
build-type: Simple
license: BSD3
license-file: LICENSE
copyright: Eugene Kirpichov, 2009-2011
maintainer: Eugene Kirpichov <[email protected]>
stability: stable
homepage: http://haskell.org/haskellwiki/Timeplot
synopsis: A tool for visualizing time series from log files.
description: A tool for visualizing time series from log files.
Reads an input file with events in different "tracks" and draws a diagram for
each track, where a diagram may be one of several types. See --help for help and the
homepage for a bigger description, examples and a tutorial. See presentation:
<http://www.slideshare.net/jkff/two-visualization-tools> or download:
<http://jkff.info/presentations/two-visualization-tools.pdf>.
category: Graphics
author: Eugene Kirpichov <[email protected]>
source-repository head
type: git
location: git://github.com/jkff/timeplot.git
executable tplot
main-is: Tools/TimePlot.hs
default-language: Haskell2010
other-modules: Tools.TimePlot.Conf Tools.TimePlot.Incremental
Tools.TimePlot.Plots Tools.TimePlot.Render Tools.TimePlot.Source
Tools.TimePlot.Types Paths_timeplot
buildable: True
ghc-options: -rtsopts
other-modules: Graphics.Rendering.Chart.Event
build-depends: Chart >= 1.3, Chart-cairo >= 1.3, base >=3 && <5, bytestring -any,
bytestring-lexing ==0.5.*, cairo -any, colour -any, containers -any,
data-default -any, lens >= 3.9,
regex-tdfa -any, strptime >=0.1.7, time -any,
transformers -any,
vcs-revision >=0.0.2, template-haskell -any