-
Notifications
You must be signed in to change notification settings - Fork 76
/
pandoc-crossref.cabal
278 lines (268 loc) · 9.04 KB
/
pandoc-crossref.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
cabal-version: 2.0
-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack
name: pandoc-crossref
version: 0.3.18.0
synopsis: Pandoc filter for cross-references
description: pandoc-crossref is a pandoc filter for numbering figures, equations, tables and cross-references to them.
category: Text
homepage: https://github.com/lierdakil/pandoc-crossref#readme
bug-reports: https://github.com/lierdakil/pandoc-crossref/issues
author: Nikolay Yakimov
maintainer: [email protected]
license: GPL-2
license-file: LICENSE
build-type: Simple
extra-source-files:
test/demo-chapters.inc
test/demo.inc
CHANGELOG.md
licenses/LICENSE.roman-numerals
data-files:
docs/demo/demo.md
docs/index.md
test/m2m/chapDelim/expect.md
test/m2m/chapDelim/expect.tex
test/m2m/chapDelim/input.md
test/m2m/delim/expect.md
test/m2m/delim/expect.tex
test/m2m/delim/input.md
test/m2m/emptyChapterLabels/expect.md
test/m2m/emptyChapterLabels/expect.tex
test/m2m/emptyChapterLabels/input.md
test/m2m/eqnBlockTemplate/expect.md
test/m2m/eqnBlockTemplate/expect.tex
test/m2m/eqnBlockTemplate/input.md
test/m2m/eqnDisplayTemplate/expect.md
test/m2m/eqnDisplayTemplate/expect.tex
test/m2m/eqnDisplayTemplate/input.md
test/m2m/eqnInlineTableTemplate/expect.md
test/m2m/eqnInlineTableTemplate/expect.tex
test/m2m/eqnInlineTableTemplate/input.md
test/m2m/eqnInlineTemplate/expect.md
test/m2m/eqnInlineTemplate/expect.tex
test/m2m/eqnInlineTemplate/input.md
test/m2m/equationNumberLaTeX/expect.md
test/m2m/equationNumberLaTeX/expect.tex
test/m2m/equationNumberLaTeX/input.md
test/m2m/equations-auto/expect.md
test/m2m/equations-auto/expect.tex
test/m2m/equations-auto/input.md
test/m2m/equations-tables-auto/expect.md
test/m2m/equations-tables-auto/expect.tex
test/m2m/equations-tables-auto/input.md
test/m2m/equations-tables/expect.md
test/m2m/equations-tables/expect.tex
test/m2m/equations-tables/input.md
test/m2m/equations/expect.md
test/m2m/equations/expect.tex
test/m2m/equations/input.md
test/m2m/label-precedence/expect.md
test/m2m/label-precedence/expect.tex
test/m2m/label-precedence/input.md
test/m2m/links-names/expect.md
test/m2m/links-names/expect.tex
test/m2m/links-names/input.md
test/m2m/links/expect.md
test/m2m/links/expect.tex
test/m2m/links/input.md
test/m2m/listing-captions-ids/expect.md
test/m2m/listing-captions-ids/expect.tex
test/m2m/listing-captions-ids/input.md
test/m2m/listings-code-block-caption-278/expect.md
test/m2m/listings-code-block-caption-278/expect.tex
test/m2m/listings-code-block-caption-278/input.md
test/m2m/listOfTemplates-buillet-list/expect.md
test/m2m/listOfTemplates-buillet-list/expect.tex
test/m2m/listOfTemplates-buillet-list/input.md
test/m2m/listOfTemplates-ord-list/expect.md
test/m2m/listOfTemplates-ord-list/expect.tex
test/m2m/listOfTemplates-ord-list/input.md
test/m2m/listOfTemplates/expect.md
test/m2m/listOfTemplates/expect.tex
test/m2m/listOfTemplates/input.md
test/m2m/loxItemTitle/expect.md
test/m2m/loxItemTitle/expect.tex
test/m2m/loxItemTitle/input.md
test/m2m/multiple-eqn-same-para/expect.md
test/m2m/multiple-eqn-same-para/expect.tex
test/m2m/multiple-eqn-same-para/input.md
test/m2m/numberOverride/expect.md
test/m2m/numberOverride/expect.tex
test/m2m/numberOverride/input.md
test/m2m/secLabels/expect.md
test/m2m/secLabels/expect.tex
test/m2m/secLabels/input.md
test/m2m/secLevelLabels/expect.md
test/m2m/secLevelLabels/expect.tex
test/m2m/secLevelLabels/input.md
test/m2m/section-template/expect.md
test/m2m/section-template/expect.tex
test/m2m/section-template/input.md
test/m2m/setLabelAttribute/expect.md
test/m2m/setLabelAttribute/expect.tex
test/m2m/setLabelAttribute/input.md
test/m2m/subfigures-ccsDelim/expect.md
test/m2m/subfigures-ccsDelim/expect.tex
test/m2m/subfigures-ccsDelim/input.md
test/m2m/subfigures-grid/expect.md
test/m2m/subfigures-grid/expect.tex
test/m2m/subfigures-grid/input.md
test/m2m/subfigures-one-row/expect.md
test/m2m/subfigures-one-row/expect.tex
test/m2m/subfigures-one-row/input.md
test/m2m/subfigures/expect.md
test/m2m/subfigures/expect.tex
test/m2m/subfigures/input.md
test/m2m/titlesInRefs/expect.md
test/m2m/titlesInRefs/expect.tex
test/m2m/titlesInRefs/input.md
source-repository head
type: git
location: https://github.com/lierdakil/pandoc-crossref
flag enable_flaky_tests
description: Some tests rely on specific behaviour of pandoc, which may change between minor versions. These are still useful indicators for the developer, but not necessarily indicating there's a problem with the package itself. Enable if you know what you are doing.
manual: True
default: False
library
exposed-modules:
Text.Pandoc.CrossRef
hs-source-dirs:
lib
ghc-options: -Wall
build-depends:
base >=4.11 && <5
, mtl >=1.1 && <2.4
, pandoc >=3.1.8 && <3.6
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
default-language: Haskell2010
library pandoc-crossref-internal
exposed-modules:
Text.Numeral.Roman
Text.Pandoc.CrossRef.References
Text.Pandoc.CrossRef.References.Blocks
Text.Pandoc.CrossRef.References.Blocks.CodeBlock
Text.Pandoc.CrossRef.References.Blocks.Header
Text.Pandoc.CrossRef.References.Blocks.Math
Text.Pandoc.CrossRef.References.Blocks.Subfigures
Text.Pandoc.CrossRef.References.Blocks.Table
Text.Pandoc.CrossRef.References.Blocks.Util
Text.Pandoc.CrossRef.References.List
Text.Pandoc.CrossRef.References.Monad
Text.Pandoc.CrossRef.References.Refs
Text.Pandoc.CrossRef.References.Types
Text.Pandoc.CrossRef.Util.CodeBlockCaptions
Text.Pandoc.CrossRef.Util.CustomLabels
Text.Pandoc.CrossRef.Util.Meta
Text.Pandoc.CrossRef.Util.ModifyMeta
Text.Pandoc.CrossRef.Util.Options
Text.Pandoc.CrossRef.Util.Settings
Text.Pandoc.CrossRef.Util.Settings.Gen
Text.Pandoc.CrossRef.Util.Settings.Template
Text.Pandoc.CrossRef.Util.Template
Text.Pandoc.CrossRef.Util.Util
hs-source-dirs:
lib-internal
build-depends:
base >=4.11 && <5
, containers >=0.1 && <0.7
, data-default >=0.4 && <0.8
, directory >=1 && <1.4
, filepath >=1.1 && <1.6
, microlens >=0.4.12.0 && <0.5.0.0
, microlens-ghc >=0.4.3.10 && <0.5.0.0
, microlens-mtl >=0.2.0.1 && <0.3.0.0
, microlens-th >=0.4.3.10 && <0.5.0.0
, mtl >=1.1 && <2.4
, pandoc >=3.1.8 && <3.6
, pandoc-types ==1.23.*
, syb >=0.4 && <0.8
, template-haskell >=2.7.0.0 && <3.0.0.0
, text >=1.2.2 && <2.2
, utility-ht >=0.0.11 && <0.1.0
default-language: Haskell2010
executable pandoc-crossref
main-is: pandoc-crossref.hs
other-modules:
ManData
hs-source-dirs:
src
ghc-options: -Wall -threaded
build-depends:
base >=4.11 && <5
, deepseq >=1.4 && <1.6
, gitrev >=1.3.1 && <1.4
, open-browser ==0.2.*
, optparse-applicative >=0.13 && <0.19
, pandoc >=3.1.8 && <3.6
, pandoc-crossref
, pandoc-types ==1.23.*
, template-haskell >=2.7.0.0 && <3.0.0.0
, temporary >=1.2 && <1.4
, text >=1.2.2 && <2.2
default-language: Haskell2010
test-suite test-integrative
type: exitcode-stdio-1.0
main-is: test-integrative.hs
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
build-tool-depends:
pandoc-cli:pandoc
build-depends:
base >=4.11 && <5
, directory >=1 && <1.4
, filepath >=1.1 && <1.6
, hspec >=2.4.4 && <3
, pandoc >=3.1.8 && <3.6
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
test-suite test-pandoc-crossref
type: exitcode-stdio-1.0
main-is: test-pandoc-crossref.hs
other-modules:
Native
Paths_pandoc_crossref
autogen-modules:
Paths_pandoc_crossref
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
build-depends:
base >=4.11 && <5
, containers >=0.1 && <0.7
, data-default >=0.4 && <0.8
, hspec >=2.4.4 && <3
, microlens >=0.4.12.0 && <0.5.0.0
, mtl >=1.1 && <2.4
, pandoc >=3.1.8 && <3.6
, pandoc-crossref
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
benchmark simple
type: exitcode-stdio-1.0
main-is: bench-simple.hs
other-modules:
Native
hs-source-dirs:
test
ghc-options: -Wall -fno-warn-unused-do-bind -threaded
build-depends:
base >=4.11 && <5
, criterion >=1.5.9.0 && <1.7
, pandoc >=3.1.8 && <3.6
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
default-language: Haskell2010