timeplot-0.1.4: timeplot.cabal
Name: timeplot
Version: 0.1.4
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.
Category: Graphics
Cabal-Version: >= 1.6
Build-Type: Simple
Homepage: http://haskell.org/haskellwiki/Timeplot
Source-repository head
type: darcs
location: http://patch-tag.com/r/jkff/timeplot
flag splitbase
description: Choose the new smaller, split-up base package.
executable tplot
if flag(splitbase)
Build-Depends: base >= 3 && < 4
else
Build-Depends: base < 3
Build-Depends: Chart >= 0.12, cairo, bytestring, bytestring-lexing, strptime, time,
containers, colour, data-accessor == 0.2.*, data-accessor-template >= 0.2.1.1 && < 0.3,
haskell98, regex-pcre
Main-Is: Tools/TimePlot.hs
Other-Modules: Graphics.Rendering.Chart.Event