graphviz 2999.18.1.0 → 2999.18.1.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~QuickCheckPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
- Data.GraphViz.Types.Graph: instance (GHC.Classes.Ord n, GHC.Read.Read n) => GHC.Read.Read (Data.GraphViz.Types.Graph.NodeInfo n)
+ Data.GraphViz.Types.Graph: infixr 5 &
+ Data.GraphViz.Types.Graph: instance (GHC.Read.Read n, GHC.Classes.Ord n) => GHC.Read.Read (Data.GraphViz.Types.Graph.NodeInfo n)
+ Data.GraphViz.Types.Monadic: infixr 9 <->
Files
- Changelog.md +5/−0
- graphviz.cabal +2/−2
Changelog.md view
@@ -7,6 +7,11 @@ The following is information about what major changes have gone into each release. +Changes in 2999.18.1.1+----------------------++* Bump allowed version of QuickCheck for the test suite.+ Changes in 2999.18.1.0 ----------------------
graphviz.cabal view
@@ -1,5 +1,5 @@ Name: graphviz-Version: 2999.18.1.0+Version: 2999.18.1.1 Stability: Beta Synopsis: Bindings to Graphviz for graph visualisation. Description: {@@ -127,7 +127,7 @@ fgl-arbitrary == 0.2.*, filepath, text,- QuickCheck >= 2.3 && < 2.9+ QuickCheck >= 2.3 && < 2.10 hs-Source-Dirs: tests