-
Notifications
You must be signed in to change notification settings - Fork 62
/
diagrams-lib.cabal
183 lines (180 loc) · 7.91 KB
/
diagrams-lib.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
Name: diagrams-lib
Version: 1.4.7
Synopsis: Embedded domain-specific language for declarative graphics
Description: Diagrams is a flexible, extensible EDSL for creating
graphics of many types. Graphics can be created
in arbitrary vector spaces and rendered with
multiple backends. diagrams-lib provides a
standard library of primitives and operations for
creating diagrams. To get started using it, see
the "Diagrams" module, and refer to the tutorials and
documentation on the diagrams website,
<http://diagrams.github.io>.
Homepage: http://diagrams.github.io
License: BSD3
License-file: LICENSE
Author: Brent Yorgey
Maintainer: [email protected]
Bug-reports: http://github.com/diagrams/diagrams-lib/issues
Category: Graphics
Build-type: Simple
Cabal-version: 1.18
Extra-source-files: diagrams/*.svg
Extra-doc-files: CHANGELOG.md, README.markdown, 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
Source-repository head
type: git
location: http://github.com/diagrams/diagrams-lib.git
Library
Exposed-modules: Diagrams,
Diagrams.Prelude,
Diagrams.Align,
Diagrams.Angle,
Diagrams.Animation,
Diagrams.Animation.Active,
Diagrams.Attributes,
Diagrams.Attributes.Compile,
Diagrams.Backend.CmdLine,
Diagrams.BoundingBox,
Diagrams.Combinators,
Diagrams.Coordinates,
Diagrams.CubicSpline,
Diagrams.CubicSpline.Boehm,
Diagrams.CubicSpline.Internal,
Diagrams.Deform
Diagrams.Direction,
Diagrams.Envelope,
Diagrams.LinearMap,
Diagrams.Located,
Diagrams.Names,
Diagrams.Parametric,
Diagrams.Parametric.Adjust,
Diagrams.Path,
Diagrams.Points,
Diagrams.Query,
Diagrams.Segment,
Diagrams.Size,
Diagrams.Tangent,
Diagrams.ThreeD,
Diagrams.ThreeD.Align,
Diagrams.ThreeD.Attributes,
Diagrams.ThreeD.Camera,
Diagrams.ThreeD.Deform,
Diagrams.ThreeD.Light,
Diagrams.ThreeD.Shapes,
Diagrams.ThreeD.Size,
Diagrams.ThreeD.Transform,
Diagrams.ThreeD.Projection,
Diagrams.ThreeD.Types,
Diagrams.ThreeD.Vector,
Diagrams.Trace,
Diagrams.Trail,
Diagrams.TrailLike,
Diagrams.Transform,
Diagrams.Transform.ScaleInv,
Diagrams.Transform.Matrix,
Diagrams.TwoD,
Diagrams.TwoD.Adjust,
Diagrams.TwoD.Align,
Diagrams.TwoD.Arc,
Diagrams.TwoD.Arrow,
Diagrams.TwoD.Arrowheads,
Diagrams.TwoD.Attributes,
Diagrams.TwoD.Combinators,
Diagrams.TwoD.Curvature,
Diagrams.TwoD.Deform,
Diagrams.TwoD.Ellipse,
Diagrams.TwoD.Image,
Diagrams.TwoD.Model,
Diagrams.TwoD.Offset,
Diagrams.TwoD.Path,
Diagrams.TwoD.Points,
Diagrams.TwoD.Polygons,
Diagrams.TwoD.Segment,
Diagrams.TwoD.Segment.Bernstein,
Diagrams.TwoD.Size,
Diagrams.TwoD.Shapes,
Diagrams.TwoD.Text,
Diagrams.TwoD.Transform,
Diagrams.TwoD.Types,
Diagrams.TwoD.Vector,
Diagrams.Util
other-modules: Linear.Vector.Compat
Build-depends: base >= 4.9 && < 4.21,
containers >= 0.3 && < 0.8,
array >= 0.3 && < 0.6,
semigroups >= 0.3.4 && < 0.21,
monoid-extras >= 0.6 && < 0.7,
dual-tree >= 0.2 && < 0.3,
diagrams-core >= 1.4 && < 1.6,
diagrams-solve >= 0.1 && < 0.2,
active >= 0.2 && < 0.3,
colour >= 2.3.2 && < 2.4,
data-default >= 0.8 && < 0.9,
fingertree >= 0.1 && < 0.2,
intervals >= 0.7 && < 0.10,
lens >= 5.1 && < 5.4,
tagged >= 0.7 && < 0.9,
optparse-applicative >= 0.11 && < 0.19,
filepath >= 1.4 && < 1.6,
JuicyPixels >= 3.3.4 && < 3.4,
hashable >= 1.1 && < 1.6,
linear >= 1.20.1 && < 1.24,
adjunctions >= 4.0 && < 5.0,
distributive >=0.2.2 && < 1.0,
process >= 1.1 && < 1.7,
fsnotify >= 0.4 && < 0.5,
directory >= 1.2 && < 1.4,
unordered-containers >= 0.2 && < 0.3,
text >= 0.7.1 && < 2.2,
mtl >= 2.0 && < 2.3 || >= 2.3.1 && < 2.4,
transformers >= 0.3.0 && < 0.7.0,
profunctors >= 5.0 && < 6.0,
exceptions >= 0.6 && < 1.0,
cereal >=0.4.1.1 && <0.6,
bytestring >=0.9 && <0.13,
fail >= 4.9.0.0 && <4.10
Hs-source-dirs: src
ghc-options: -Wall
default-language: Haskell2010
other-extensions: BangPatterns, CPP, DefaultSignatures, DeriveDataTypeable,
DeriveFunctor, DeriveGeneric, EmptyDataDecls, ExistentialQuantification,
GADTs, GeneralizedNewtypeDeriving, NoMonomorphismRestriction, Rank2Types,
RankNTypes, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell,
TypeOperators, TypeSynonymInstances, UndecidableInstances, ViewPatterns,
LambdaCase
test-suite tests
type: exitcode-stdio-1.0
main-is: Test.hs
other-modules: Diagrams.Test.Direction
, Diagrams.Test.Trail
, Diagrams.Test.Transform
, Diagrams.Test.Transform.Matrix
, Diagrams.Test.TwoD.Offset
, Diagrams.Test.TwoD.Segment
, Diagrams.Test.TwoD
, Diagrams.Test.Angle
, Instances
hs-source-dirs: test
build-depends: base,
tasty >= 0.10 && < 1.6,
tasty-hunit >= 0.9.2 && < 0.11,
tasty-quickcheck >= 0.8 && < 0.12,
QuickCheck >= 2.7,
deepseq >= 1.3 && < 1.6,
diagrams-lib,
lens,
distributive,
numeric-extras,
diagrams-solve
default-language: Haskell2010
benchmark benchmarks
type: exitcode-stdio-1.0
main-is:Speed.hs
hs-source-dirs:test
default-language: Haskell2010
build-depends:
base < 5,
criterion,
diagrams-core,
diagrams-lib