name: timeplot version: 1.0.31 cabal-version: >=1.6 build-type: Simple license: BSD3 license-file: LICENSE copyright: Eugene Kirpichov, 2009-2011 maintainer: Eugene Kirpichov 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: or download: . category: Graphics author: Eugene Kirpichov source-repository head type: git location: git://github.com/jkff/timeplot.git executable tplot main-is: Tools/TimePlot.hs other-modules: Tools.TimePlot.Conf Tools.TimePlot.Incremental Tools.TimePlot.Plots Tools.TimePlot.Render Tools.TimePlot.Source Tools.TimePlot.Types 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