-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathdiagrams-rasterific.cabal
78 lines (73 loc) · 3.11 KB
/
diagrams-rasterific.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
name: diagrams-rasterific
version: 1.4.3
synopsis: Rasterific backend for diagrams.
description: A full-featured backend for rendering
diagrams using the Rasterific rendering engine.
homepage: http://projects.haskell.org/diagrams/
license: BSD3
license-file: LICENSE
author: Jeffrey Rosenbluth
maintainer: [email protected]
bug-reports: http://github.com/diagrams/diagrams-rasterific/issues
category: Graphics
build-type: Simple
extra-source-files: fonts/*.ttf
extra-doc-files: README.md, CHANGELOG.md
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
cabal-version: 1.18
Source-repository head
type: git
location: http://github.com/diagrams/diagrams-rasterific.git
library
exposed-modules: Diagrams.Backend.Rasterific
Diagrams.Backend.Rasterific.CmdLine
Diagrams.Backend.Rasterific.Text
hs-source-dirs: src
other-modules: Paths_diagrams_rasterific
build-depends: base >= 4.2 && < 4.21,
diagrams-core >= 1.4 && < 1.6,
diagrams-lib >= 1.4 && < 1.5,
hashable >= 1.1 && < 1.6,
Rasterific >= 0.7.4 && < 0.8,
FontyFruity >= 0.5 && < 0.6,
JuicyPixels >= 3.1.5 && < 3.4,
lens >= 4.0 && < 5.4,
mtl >= 2.1 && < 2.4,
data-default >= 0.8 && < 0.9,
containers >= 0.5 && < 0.8,
filepath >= 1.2 && < 1.6,
optparse-applicative >= 0.13 && < 0.19,
bytestring >= 0.9 && < 0.13,
file-embed >= 0.0 && < 0.1
default-language: Haskell2010
ghc-options: -Wall
test-suite test-render
type: exitcode-stdio-1.0
main-is: test-render.hs
hs-source-dirs: test
build-depends: base >= 4.2 && < 4.21,
diagrams-rasterific,
diagrams-core >= 1.4 && < 1.6,
diagrams-lib >= 1.4 && < 1.5
ghc-options: -Wall
default-language: Haskell2010
test-suite test-widths
type: exitcode-stdio-1.0
main-is: test-widths.hs
hs-source-dirs: test
build-depends: base >= 4.2 && < 4.21,
diagrams-rasterific,
diagrams-core >= 1.4 && < 1.6,
diagrams-lib >= 1.4 && < 1.5
ghc-options: -Wall
default-language: Haskell2010
test-suite test-size
type: exitcode-stdio-1.0
main-is: test-size.hs
hs-source-dirs: test
build-depends: base >= 4.2 && < 4.21,
diagrams-rasterific,
diagrams-core >= 1.4 && < 1.6,
diagrams-lib >= 1.4 && < 1.5
ghc-options: -Wall
default-language: Haskell2010