graphviz 2999.1.0.0 → 2999.1.0.1
raw patch · 2 files changed
+6/−5 lines, 2 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Data.GraphViz.Attributes: Color :: Color -> Attribute
+ Data.GraphViz.Attributes: Color :: [Color] -> Attribute
Files
- Data/GraphViz/Attributes.hs +1/−1
- graphviz.cabal +5/−4
Data/GraphViz/Attributes.hs view
@@ -110,7 +110,7 @@ | Center Bool -- ^ /Valid for/: G; /Default/: false | Charset String -- ^ /Valid for/: G; /Default/: \"UTF-8\" | ClusterRank ClusterMode -- ^ /Valid for/: G; /Default/: local; /Notes/: dot only- | Color Color -- ^ /Valid for/: ENC; /Default/: black+ | Color [Color] -- ^ /Valid for/: ENC; /Default/: black | ColorScheme String -- ^ /Valid for/: ENCG; /Default/: \"\" | Comment String -- ^ /Valid for/: ENG; /Default/: \"\" | Compound Bool -- ^ /Valid for/: G; /Default/: false; /Notes/: dot only
graphviz.cabal view
@@ -1,11 +1,12 @@ Name: graphviz-Version: 2999.1.0.0+Version: 2999.1.0.1 Stability: Beta-Synopsis: GraphViz wrapper for Haskell.+Synopsis: GraphViz bindings for Haskell. Description: Provides convenient functions to convert FGL graphs into the Dot language used by the- GraphViz <http://graphviz.org/> programs with a- large degree of customisation for layout, etc.+ GraphViz <http://graphviz.org/> suite of+ programs with a large degree of customisation+ for layout, etc. Also allows a limited amount of parsing of Dot, and usage of GraphViz to attach positional data