vacuum-ubigraph 0.1 → 0.1.0.1
raw patch · 1 files changed
+9/−5 lines, 1 files
Files
- vacuum-ubigraph.cabal +9/−5
vacuum-ubigraph.cabal view
@@ -1,5 +1,5 @@ name: vacuum-ubigraph-version: 0.1+version: 0.1.0.1 cabal-version: >= 1.2 build-type: Simple license: BSD3@@ -10,10 +10,14 @@ 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]+ .+ 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, vacuum,