packages feed

vacuum-ubigraph-0.2.0.1: vacuum-ubigraph.cabal

name:               vacuum-ubigraph
version:            0.2.0.1
cabal-version:      >= 1.2
build-type:         Simple
license:            BSD3
license-file:       LICENSE
category:           Development
author:             Gleb Alexeyev
maintainer:         Gleb Alexeyev <gleb.alexeev@gmail.com>
stability:          experimental
synopsis:           Visualize Haskell data structures using vacuum and Ubigraph
description:        Visualize Haskell data structures using vacuum and Ubigraph
                    .
		    To use it, you'll have to install Ubigraph first, see "http://ubietylab.net/ubigraph/"
                    .
		    Then run ubigraph server with default settings (with a command like '$UBIGRAPH_DIR/bin/ubigraph_server')
                    .
		    Then load System.Vacuum.Ubigraph module into the ghci session and use `view' function, e.g.
                    .
		    > view [1..3]
library
  build-depends:    base >= 3 && < 5,
                    vacuum >= 1.0.0 && < 1.1.0,
                    hubigraph >= 0.3.0 && < 0.4.0,
                    containers >= 0.2 && < 0.4
  exposed-modules:  System.Vacuum.Ubigraph