name: vacuum-cairo version: 0.4.1 cabal-version: >= 1.2 build-type: Simple license: BSD3 license-file: LICENSE category: Development author: Don Stewart copyright: (c) Don Stewart 2009 maintainer: Don Stewart homepage: http://code.haskell.org/~dons/code/vacuum-cairo stability: experimental synopsis: Visualize live Haskell data structures using vacuum, graphviz and cairo description: Visualize live Haskell data structures using vacuum, graphviz and cairo . > $ view "hello" . . > $ view [1..5] . . > $ view (IntMap.fromList $ zip [1..10] [1..]) . library build-depends: base >= 3 && < 4, vacuum >= 0.0.5.1, gtk, cairo, svgcairo, process, pretty, directory, parallel, strict-concurrency exposed-modules: System.Vacuum.Cairo