diagrams-graphviz 1.3.1 → 1.4
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~diagrams-libdep ~graphvizPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: diagrams-lib, graphviz
API changes (from Hackage documentation)
Files
- CHANGES.markdown +5/−0
- diagrams-graphviz.cabal +2/−2
CHANGES.markdown view
@@ -1,3 +1,8 @@+1.4 (27 Oct 2016)+-----------------++- allow `diagrams-lib-1.4`+ 1.3.1 (13 July 2016) --------------------
diagrams-graphviz.cabal view
@@ -1,5 +1,5 @@ name: diagrams-graphviz-version: 1.3.1+version: 1.4 synopsis: Graph layout and drawing with GrahpViz and diagrams description: Use GraphViz and diagrams together, with each doing what it does best: GraphViz for laying out graphs, and diagrams@@ -24,7 +24,7 @@ other-extensions: FlexibleContexts, MultiParamTypeClasses, NoMonomorphismRestriction build-depends: base >=4.6 && < 4.10, containers >= 0.4 && < 0.6,- diagrams-lib >= 1.3 && < 1.4,+ diagrams-lib >= 1.3 && < 1.5, graphviz >= 2999.17 && < 2999.19, fgl >= 5.5 && < 5.6, split >= 0.2 && < 0.3