summaryrefslogtreecommitdiff
path: root/p/haskell-lambdabot-haskell-plugins/debian/control
blob: 4c28eae33294edef4d43c1202e2c4ec507b30b2c (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
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
184
185
186
187
Source: haskell-lambdabot-haskell-plugins
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
 Alexandre Delanoë <anoe@debian.org>,
Priority: extra
Section: haskell
Build-Depends:
 cdbs,
 debhelper (>= 9),
 ghc (>= 8),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-arrows-dev (>= 0.4),
 libghc-arrows-prof,
 libghc-data-memocombinators-dev (>= 0.4),
 libghc-data-memocombinators-prof,
 libghc-src-exts-simple-dev (>= 1.18.0.1),
 libghc-src-exts-simple-dev (<< 1.19.1),
 libghc-src-exts-simple-prof,
 libghc-hoogle-dev (>= 4.2),
 libghc-hoogle-prof,
 libghc-http-dev (>= 1:4000),
 libghc-http-prof,
 libghc-iospec-dev (>= 0.2),
 libghc-iospec-prof,
 libghc-lambdabot-core-dev (<< 5.2),
 libghc-lambdabot-core-dev (>= 5.1),
 libghc-lambdabot-core-prof,
 libghc-lambdabot-reference-plugins-dev (<< 5.2),
 libghc-lambdabot-reference-plugins-dev (>= 5.1),
 libghc-lambdabot-reference-plugins-prof,
 libghc-lambdabot-trusted-dev (<< 5.2),
 libghc-lambdabot-trusted-dev (>= 5.1),
 libghc-lambdabot-trusted-prof,
 libghc-lifted-base-dev (>= 0.2),
 libghc-lifted-base-prof,
 libghc-logict-dev (>= 0.5),
 libghc-logict-prof,
 libghc-monadrandom-dev (>= 0.1),
 libghc-monadrandom-prof,
 libghc-mtl-dev (>= 2),
 libghc-mtl-prof,
 libghc-mueval-dev (>= 0.9.3),
 libghc-mueval-prof,
 libghc-network-dev (>= 2.3.0.13),
 libghc-network-prof,
 libghc-numbers-dev (>= 3000),
 libghc-numbers-prof,
 libghc-oeis-dev (>= 0.3.1),
 libghc-oeis-prof,
 libghc-parsec3-dev,
 libghc-parsec3-prof,
 libghc-quickcheck2-dev (>= 2),
 libghc-quickcheck2-prof,
 libghc-regex-tdfa-dev (>= 1.1),
 libghc-regex-tdfa-prof,
 libghc-show-dev (>= 0.4),
 libghc-show-prof,
 libghc-split-dev (>= 0.2),
 libghc-split-prof,
 libghc-syb-dev (>= 0.3),
 libghc-syb-prof,
 libghc-transformers-dev,
 libghc-transformers-prof,
 libghc-utf8-string-dev (>= 0.3),
 libghc-utf8-string-prof,
 libghc-vector-space-dev (>= 0.8),
 libghc-vector-space-prof,
Build-Depends-Indep:
 ghc-doc,
 libghc-arrows-doc,
 libghc-data-memocombinators-doc,
 libghc-src-exts-simple-doc,
 libghc-hoogle-doc,
 libghc-http-doc,
 libghc-iospec-doc,
 libghc-lambdabot-core-doc,
 libghc-lambdabot-reference-plugins-doc,
 libghc-lambdabot-trusted-doc,
 libghc-lifted-base-doc,
 libghc-logict-doc,
 libghc-monadrandom-doc,
 libghc-mtl-doc,
 libghc-mueval-doc,
 libghc-network-doc,
 libghc-numbers-doc,
 libghc-oeis-doc,
 libghc-parsec3-doc,
 libghc-quickcheck2-doc,
 libghc-regex-tdfa-doc,
 libghc-show-doc,
 libghc-split-doc,
 libghc-syb-doc,
 libghc-transformers-doc,
 libghc-utf8-string-doc,
 libghc-vector-space-doc,
Standards-Version: 4.0.0
Homepage: https://wiki.haskell.org/Lambdabot
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-lambdabot-haskell-plugins
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Lambdabot Haskell plugins
 Lambdabot is an IRC bot written over several years by
 those on the #haskell IRC channel.
 .
 Provided plugins:
 .
 [check] Quick, check!
 .
 [djinn] Derive implementations from types intuitinistically.
 .
 [eval] Run Haskell code.
 .
 [free] Theorems for free.
 .
 [haddock] Find modules implementing a function.
 .
 [hoogle] Search for functions by type using hoogle.
 .
 [instances] Query instances of type classes.
 .
 [pl] Produce point-less code.
 .
 [pointful] Produce point-ful code.
 .
 [pretty] Print code prettily.
 .
 [source] Show implementations of standard functions.
 .
 [type] Query type of expressions.
 .
 [undo] Unfold do notation.
 .
 [unmtl] Expand monad transformers stacks.

Package: libghc-lambdabot-haskell-plugins-dev
Architecture: any
Depends:
 ${haskell:Depends},
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 ${haskell:Recommends},
Suggests:
 ${haskell:Suggests},
Conflicts:
 ${haskell:Conflicts},
Provides:
 ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-lambdabot-haskell-plugins-prof
Architecture: any
Depends:
 ${haskell:Depends},
 ${misc:Depends},
Recommends:
 ${haskell:Recommends},
Suggests:
 ${haskell:Suggests},
Conflicts:
 ${haskell:Conflicts},
Provides:
 ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}

Package: libghc-lambdabot-haskell-plugins-doc
Architecture: all
Section: doc
Depends:
 ${haskell:Depends},
 ${misc:Depends},
Recommends:
 ${haskell:Recommends},
Suggests:
 ${haskell:Suggests},
Conflicts:
 ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 ${haskell:LongDescription}
 .
 ${haskell:Blurb}