forked from jkff/timeplot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeplot.cabal
More file actions
42 lines (37 loc) · 1.43 KB
/
timeplot.cabal
File metadata and controls
42 lines (37 loc) · 1.43 KB
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
39
40
41
42
Name: timeplot
Version: 0.2.15
License: BSD3
License-file: LICENSE
Copyright: Eugene Kirpichov, 2009
Author: Eugene Kirpichov <ekirpichov@gmail.com>
Maintainer: Eugene Kirpichov <ekirpichov@gmail.com>
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 8 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>
Category: Graphics
Cabal-Version: >= 1.6
Build-Type: Simple
Homepage: http://haskell.org/haskellwiki/Timeplot
Source-repository head
type: git
location: git://github.com/jkff/timeplot
flag splitbase
description: Choose the new smaller, split-up base package.
flag gtk
description: Include the gtk-based ability to render to a window
default: False
executable tplot
if flag(splitbase)
Build-Depends: base >= 3 && < 5
else
Build-Depends: base < 3
if flag(gtk)
cpp-options: -DHAVE_GTK=1
Build-Depends: Chart >= 0.14, cairo, bytestring, bytestring-lexing, strptime >= 0.1.7, time,
containers, colour, data-accessor == 0.2.*, data-accessor-template >= 0.2.1.1 && < 0.3,
haskell98, regex-tdfa
Main-Is: Tools/TimePlot.hs
Other-Modules: Graphics.Rendering.Chart.Event