name: timeplot version: 0.2.18 cabal-version: >=1.6 build-type: Simple license: BSD3 license-file: LICENSE copyright: Eugene Kirpichov, 2009 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: category: Graphics author: Eugene Kirpichov executable tplot main-is: Tools/TimePlot.hs buildable: True other-modules: Graphics.Rendering.Chart.Event build-depends: Chart >=0.14, base >=3 && <5, bytestring -any, bytestring-lexing -any, cairo -any, colour -any, containers -any, data-accessor ==0.2.*, data-accessor-template >=0.2.1.1 && <0.3, haskell98 -any, regex-tdfa -any, strptime >=0.1.7, time -any