xdot 0.2.4.7 → 0.2.4.8
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~graphvizPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: graphviz
API changes (from Hackage documentation)
Files
- xdot.cabal +4/−4
xdot.cabal view
@@ -1,5 +1,5 @@ name: xdot-version: 0.2.4.7+version: 0.2.4.8 license: BSD3 license-file: LICENSE category: Graphs, Graphics@@ -19,10 +19,10 @@ @Demo.hs@ with the dot-files in @dot-examples/@. . This library was originally written as part of ghc-vis, but- is now a seperate project, in case anyone else may have a+ is now a separate project, in case anyone else may have a use for it. -tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3+tested-with: GHC == 7.4.1, GHC == 7.4.2, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3, GHC == 7.8.3, GHC == 7.10.1, GHC == 7.10.2 Extra-source-files: dot-examples/*.dot Library Exposed-modules: Graphics.XDot.Parser Graphics.XDot.Viewer Graphics.XDot.Types@@ -31,7 +31,7 @@ mtl >= 2.0 && < 2.3, cairo >= 0.12 && < 0.14, gtk >= 0.12 && < 0.14,- graphviz >= 2999.16 && < 2999.18,+ graphviz >= 2999.16 && < 2999.19, text >= 0.11 && < 1.3, polyparse >= 1.8 && < 1.12 Hs-source-dirs: src/