name: diagrams-graphviz version: 1.4.1.1 x-revision: 5 synopsis: Graph layout and drawing with GraphViz and diagrams description: Use GraphViz and diagrams together, with each doing what it does best: GraphViz for laying out graphs, and diagrams for drawing them. homepage: https://diagrams.github.io/ license: BSD3 license-file: LICENSE author: Brent Yorgey maintainer: byorgey@gmail.com copyright: Brent Yorgey 2014,2015 category: Graphics build-type: Simple extra-source-files: README.markdown, CHANGES.markdown cabal-version: >=1.10 Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1 Source-repository head type: git location: git://github.com/diagrams/diagrams-graphviz.git library exposed-modules: Diagrams.TwoD.GraphViz other-extensions: FlexibleContexts, MultiParamTypeClasses, NoMonomorphismRestriction build-depends: base >=4.6 && < 4.20, containers >= 0.4 && < 0.7, diagrams-lib >= 1.3 && < 1.5, graphviz >= 2999.17 && < 2999.21, fgl >= 5.5 && < 5.9, split >= 0.2 && < 0.3 hs-source-dirs: src default-language: Haskell2010