summaryrefslogtreecommitdiff
path: root/p/haskell-diagrams-lib/debian/control
blob: d42e9b8dddad1315e7ab036f6311c65a943e11ee (plain)
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
Source: haskell-diagrams-lib
Section: haskell
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends: debhelper (>= 9)
  , cdbs
  , haskell-devscripts (>= 0.9)
  , ghc
  , ghc-prof
  , ghc-ghci
  , libghc-semigroups-dev (>= 0.3.4)
  , libghc-semigroups-dev (<< 0.17)
  , libghc-semigroups-prof
  , libghc-monoid-extras-dev (>= 0.2.2)
  , libghc-monoid-extras-dev (<< 0.4)
  , libghc-monoid-extras-prof
  , libghc-dual-tree-dev (>= 0.2)
  , libghc-dual-tree-dev (<< 0.3)
  , libghc-dual-tree-prof
  , libghc-diagrams-core-dev (>= 1.2)
  , libghc-diagrams-core-dev (<< 1.3)
  , libghc-diagrams-core-prof
  , libghc-active-dev (>= 0.1)
  , libghc-active-dev (<< 0.2)
  , libghc-active-prof
  , libghc-vector-space-dev (>= 0.7.7)
  , libghc-vector-space-dev (<< 0.11)
  , libghc-vector-space-prof
  , libghc-vector-space-points-dev (>= 0.1.2)
  , libghc-vector-space-points-dev (<< 0.3)
  , libghc-vector-space-points-prof
  , libghc-colour-dev (>= 2.3.2)
  , libghc-colour-dev (<< 2.4)
  , libghc-colour-prof
  , libghc-data-default-class-dev (<< 0.1)
  , libghc-data-default-class-prof
  , libghc-fingertree-dev (>= 0.1)
  , libghc-fingertree-dev (<< 0.2)
  , libghc-fingertree-prof
  , libghc-intervals-dev (>= 0.7)
  , libghc-intervals-dev (<< 0.8)
  , libghc-intervals-prof
  , libghc-lens-dev (>= 4.0)
  , libghc-lens-dev (<< 4.10)
  , libghc-lens-prof
  , libghc-memotrie-dev (>= 0.6)
  , libghc-memotrie-dev (<< 0.7)
  , libghc-memotrie-prof
  , libghc-optparse-applicative-dev (>= 0.10)
  , libghc-optparse-applicative-dev (<< 0.12)
  , libghc-optparse-applicative-prof
  , libghc-juicypixels-dev (>= 3.1.5)
  , libghc-juicypixels-dev (<< 3.3)
  , libghc-juicypixels-prof
  , libghc-tagged-dev (>= 0.7)
  , libghc-tagged-prof
  , libghc-hashable-dev (>= 1.1)
  , libghc-hashable-dev (<< 1.3)
  , libghc-hashable-prof
# For Setup.hs
  , libghc-cabal-dev (>= 1.18)
Build-Depends-Indep: ghc-doc
  , libghc-semigroups-doc
  , libghc-monoid-extras-doc
  , libghc-dual-tree-doc
  , libghc-diagrams-core-doc
  , libghc-active-doc
  , libghc-vector-space-doc
  , libghc-vector-space-points-doc
  , libghc-colour-doc
  , libghc-data-default-class-doc
  , libghc-fingertree-doc
  , libghc-intervals-doc
  , libghc-lens-doc
  , libghc-memotrie-doc
  , libghc-optparse-applicative-doc
  , libghc-tagged-doc
  , libghc-juicypixels-doc
  , libghc-hashable-doc
Standards-Version: 3.9.5
Homepage: http://hackage.haskell.org/package/diagrams-lib
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-diagrams-lib
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-diagrams-lib

Package: libghc-diagrams-lib-dev
Architecture: any
Depends: ${haskell:Depends}
  , ${shlibs:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}, libghc-diagrams-dev
Provides: ${haskell:Provides}
Description: Embedded domain-specific language for declarative graphics${haskell:ShortBlurb}
 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
 "Diagrams.Prelude".
 .
 ${haskell:Blurb}

Package: libghc-diagrams-lib-prof
Architecture: any
Depends: ${haskell:Depends}
  , ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}, libghc-diagrams-prof
Provides: ${haskell:Provides}
Description: Embedded domain-specific language for declarative graphics${haskell:ShortBlurb}
 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
 "Diagrams.Prelude".
 .
 ${haskell:Blurb}

Package: libghc-diagrams-lib-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}, libghc-diagrams-doc
Description: Embedded domain-specific language for declarative graphics${haskell:ShortBlurb}
 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
 "Diagrams.Prelude".
 .
 ${haskell:Blurb}