flow2dot 0.3 → 0.3.1
raw patch · 1 files changed
+5/−5 lines, 1 files
Files
- flow2dot.cabal +5/−5
flow2dot.cabal view
@@ -1,18 +1,18 @@ Name: flow2dot-Version: 0.3+Version: 0.3.1 License: BSD3 License-File: LICENSE Author: Dmitry Astapov <dastapov@gmail.com> Maintainer: Dmitry Astapov <dastapov@gmail.com> Synopsis: Generates sequence diagrams from textual descriptions Description: Generates sequence diagrams from textual descriptions with help of Graphviz graph drawing tool.- Check out <http://adept.linux.kiev.ua/repos/flow2dot/sample.flow> (source)- and <http://adept.linux.kiev.ua/repos/flow2dot/sample.png> (output).-Homepage: http://adept.linux.kiev.ua/repos/flow2dot+ Check out <http://adept.linux.kiev.ua:8080/repos/flow2dot/sample.flow> (source)+ and <http://adept.linux.kiev.ua:8080/repos/flow2dot/sample.png> (output).+Homepage: http://adept.linux.kiev.ua:8080/repos/flow2dot Category: Tool Stability: Works-for-me, passes tests, generates diagrams -Tested-With: GHC ==6.8.2+Tested-With: GHC ==6.8.2, GHC ==6.10.1 Build-Depends: base, mtl >= 1.0, containers, haskell98, QuickCheck, parsec, utf8-string Build-Type: Simple Extra-Source-Files: README