Skip to content

Commit

Permalink
Better cabal description
Browse files Browse the repository at this point in the history
  • Loading branch information
finnsson committed Jun 15, 2010
1 parent 3d54b9c commit 814918e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion hs2dot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ Version: 0.1.1
Synopsis: Generate graphviz-code from Haskell-code.

-- A longer description of the package.
-- Description:
Description:
@hs2dot@ can generate graphviz code by analyzing Haskell source code.
.
Usage (to generate a pdf from a source code file Hack.hs)
> hs2dot Hack.hs | dot -T pdf -o Hack.pdf
.
You can analyze multiple modules together:
> hs2dot Foo.hs Bar.hs | dot -T png FooBar.png

-- URL for the project homepage or repository.
Homepage: http://www.github.com/finnsson/hs2graphviz
Expand Down

0 comments on commit 814918e

Please sign in to comment.