Name: splot Version: 0.1.3 License: BSD3 License-file: LICENSE Copyright: Eugene Kirpichov, 2010 Author: Eugene Kirpichov Maintainer: Eugene Kirpichov Synopsis: A tool for visualizing the lifecycle of many concurrent multi-staged processes. Description: A tool for visualizing the lifecycle of many concurrent multi-staged processes. Each process has a name, it starts at a point in time, ends at a point in time, and at some points in time it changes colour. Homepage: http://www.haskell.org/haskellwiki/Splot Category: Graphics Cabal-Version: >= 1.6 Build-Type: Simple flag splitbase description: Choose the new smaller, split-up base package. executable splot if flag(splitbase) Build-Depends: base >= 3 && < 5 else Build-Depends: base < 3 Build-Depends: cairo, bytestring, bytestring-lexing, strptime >= 0.1.5, time, containers, colour, haskell98, Chart, mtl Main-Is: Tools/StatePlot.hs