dataflow 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- dataflow.cabal +2/−2
dataflow.cabal view
@@ -1,5 +1,5 @@ name: dataflow-version: 0.1.0.0+version: 0.1.0.1 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.@@ -17,7 +17,7 @@ DataFlow.Core, DataFlow.DFD build-depends:- base >=4.6 && <4.8,+ base >=4 && <4.8, mtl >=2.2 hs-source-dirs: src default-language: Haskell2010