packages feed

dataflow 0.4.0.0 → 0.4.1.0

raw patch · 2 files changed

+7/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

README.md view
@@ -66,3 +66,9 @@ cabal install make -C example ```++## Release++```bash+cabal clean && cabal build && cabal haddock && cabal sdist && cabal upload dist/dataflow-*.tar.gz+```
dataflow.cabal view
@@ -1,5 +1,5 @@ name:                dataflow-version:             0.4.0.0+version:             0.4.1.0 synopsis:            Generate Graphviz documents from a Haskell representation. description:         Outputs .dot files that can be processed by the dot                      command. Currently it only supports the DFD output format