-
Notifications
You must be signed in to change notification settings - Fork 5
/
diagrams-pgf.cabal
59 lines (55 loc) · 1.99 KB
/
diagrams-pgf.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
name: diagrams-pgf
version: 1.4.2.1
synopsis: PGF backend for diagrams drawing EDSL.
license: BSD3
license-file: LICENSE
author: Christopher Chalmers
maintainer: [email protected]
homepage: http://github.com/cchalmers/diagrams-pgf
bug-reports: http://github.com/cchalmers/diagrams-pgf/issues
stability: Experimental
category: Graphics
build-type: Simple
cabal-version: 1.18
extra-source-files: README.md, diagrams/*.svg
extra-doc-files: diagrams/*.svg
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
description:
This package provides a modular backend for rendering diagrams created
with the diagrams EDSL using the TeX library PGF.
.
Support for rendering LaTeX, ConTeXt and plain TeX files.
source-repository head
type: git
location: http://github.com/cchalmers/diagrams-pgf
library
exposed-modules:
Diagrams.Backend.PGF
Diagrams.Backend.PGF.CmdLine
Diagrams.Backend.PGF.Surface
Diagrams.Backend.PGF.Render
Diagrams.Backend.PGF.Hbox
Graphics.Rendering.PGF
hs-source-dirs: src
build-depends:
base >= 4.4 && < 4.21,
bytestring >= 0.9 && < 1.1,
bytestring-builder < 1.1,
containers >= 0.3 && < 0.8,
colour,
diagrams-core >= 1.4 && < 1.6,
diagrams-lib >= 1.4 && < 1.5,
directory >= 1.0 && < 1.4,
filepath >= 1.2 && < 1.6,
hashable >= 1.1 && < 1.6,
mtl >= 2.1 && < 3.0,
optparse-applicative >= 0.13 && < 0.19,
process >= 1.0 && < 1.7,
split >= 0.1.2 && < 0.3,
texrunner <= 0.0.2,
time >= 1.2 && < 1.15,
JuicyPixels,
vector,
zlib
ghc-options: -Wall
default-language: Haskell2010