gvti 0.1.1.0 → 0.1.1.1
raw patch · 3 files changed
+18/−4 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- README.markdown +13/−3
- gvti.cabal +1/−1
ChangeLog.md view
@@ -8,4 +8,8 @@ * First version revised A. Some documentation improvements. +## 0.1.1.1 -- 2022-11-12++* First version revised A. Some documentation improvements.+
README.markdown view
@@ -111,20 +111,29 @@ Enter there: +``` @example:GraphViz:visualization 2,tabular interface:using neato 3,glue:GraphViz 4,spreadsheets+``` +The numbers and the comma after them mean that the line input is after that number of colons at the beginning of the line. So 2,tabular... means ::tabular...++Please, follow the rules specified in the first section above.+ Afterwards, save the file and quit the editing program. -Install the gvti package using cabal:+Install the GraphViz executables in the PATH (following the official docs) and besides install the gvti package using cabal: +``` cabal v1-install gvti+``` Then run in the terminal: -gvti -g example.gvti -cneato -y+```+gvti -g example.gvti -cn -y Please, input the basic name of the visualization file! example.neato Please, specify the splines mode for GraphViz (see the documentation for GraphViz)@@ -152,9 +161,10 @@ "cm" -- for -Tcmapx" otherwise there will be used the default -Tsvg sv+``` Afterwards, you will have a visualization in the svg format in the directory. Here, it is: -https://hackage.haskell.org/package/gvti-0.1.1.0/src/4895040000.example.neato.gv.svg+https://hackage.haskell.org/package/gvti-0.1.1.1/src/4895040000.example.neato.gv.svg
gvti.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: gvti-version: 0.1.1.0+version: 0.1.1.1 synopsis: GraphViz Tabular Interface description: Introduces a new file extension .gvti and is a special tabular or line-based GraphViz subset interface. Is a fork of the now deprecated mmsyn4 package. homepage: https://hackage.haskell.org/package/gvti