-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdiagrams-graphviz.cabal
32 lines (31 loc) · 1.41 KB
/
diagrams-graphviz.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: diagrams-graphviz
version: 1.4.1.1
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: [email protected]
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.5 || ==9.8.2 || ==9.10.1 || ==9.12.1
Source-repository head
type: git
location: http://github.com/diagrams/diagrams-graphviz.git
library
exposed-modules: Diagrams.TwoD.GraphViz
other-extensions: FlexibleContexts, MultiParamTypeClasses, NoMonomorphismRestriction
build-depends: base >=4.6 && < 4.22,
containers >= 0.4 && < 0.8,
diagrams-lib >= 1.3 && < 1.6,
graphviz >= 2999.17 && < 2999.21,
fgl >= 5.5 && < 5.9,
split >= 0.2 && < 0.3
hs-source-dirs: src
default-language: Haskell2010