xdot 0.2.4.2 → 0.2.4.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~graphvizdep ~mtldep ~text
Dependency ranges changed: graphviz, mtl, text
Files
- xdot.cabal +4/−4
xdot.cabal view
@@ -1,5 +1,5 @@ name: xdot-version: 0.2.4.2+version: 0.2.4.3 license: BSD3 license-file: LICENSE category: Graphs, Graphics@@ -28,11 +28,11 @@ Exposed-modules: Graphics.XDot.Parser Graphics.XDot.Viewer Graphics.XDot.Types Default-Language: Haskell2010 Build-depends: base == 4.*,- mtl >= 2.0 && < 2.2,+ mtl >= 2.0 && < 2.3, cairo == 0.12.*, gtk == 0.12.*,- graphviz == 2999.16.*,- text >= 0.11 && < 1.1,+ graphviz >= 2999.16 && < 2999.18,+ text >= 0.11 && < 1.2, polyparse >= 1.8 && < 1.10 Hs-source-dirs: src/ Ghc-options: -Wall -fno-warn-unused-do-bind