graphviz 2999.20.0.1 → 2999.20.0.2
raw patch · 3 files changed
+13/−4 lines, 3 filesdep ~hspec
Dependency ranges changed: hspec
Files
- Changelog.md +9/−0
- Data/GraphViz/Types/Graph.hs +2/−2
- graphviz.cabal +2/−2
Changelog.md view
@@ -7,6 +7,15 @@ The following is information about what major changes have gone into each release. +Changes in 2999.20.0.2+----------------------++* Fix Haddock issue (thanks to **Moritz Kiefer**)++* Bump HSpec upper bound (thanks to **Moritz Kiefer**)++* Make Hackage happier with Cabal-Version field+ Changes in 2999.20.0.1 ----------------------
Data/GraphViz/Types/Graph.hs view
@@ -231,9 +231,9 @@ dg' = addNode n mc as dg merge = addSuccRev n ps'' . addPredRev n ss''- -- ^ Add reverse edges+ -- Add reverse edges . M.adjust (\ni -> ni { _predecessors = ps', _successors = ss' }) n- -- ^ Add actual edges+ -- Add actual edges infixr 5 &
graphviz.cabal view
@@ -1,5 +1,5 @@ Name: graphviz-Version: 2999.20.0.1+Version: 2999.20.0.2 Stability: Beta Synopsis: Bindings to Graphviz for graph visualisation. Description: {@@ -127,7 +127,7 @@ fgl >= 5.5.0.0, fgl-arbitrary == 0.2.*, filepath,- hspec >= 2.1 && < 2.5,+ hspec >= 2.1 && < 2.6, hspec-discover, text, QuickCheck >= 2.3 && < 2.12