dataflow 0.3.0.0 → 0.3.1.0
raw patch · 2 files changed
+4/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dataflow.cabal +1/−1
- src/DataFlow/DFD.hs +3/−1
dataflow.cabal view
@@ -1,5 +1,5 @@ name: dataflow-version: 0.3.0.0+version: 0.3.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 format.
src/DataFlow/DFD.hs view
@@ -20,7 +20,9 @@ withIndent $ do mapM_ dfd objects blank- label $ bold $ write name+ writeln "fontsize = 10;"+ writeln "fontcolor = gray25;"+ label $ write name writeln "graph[style = dashed];" writeln "}"