Add a faux pandoc package (for conflicts)
[cabal.git] / cabal-testsuite / PackageTests / ShortRejections / repo / pandoc-3.1.11 / pandoc.cabal
blob846acc20f6f1bf1efc8c376ce738a6cd8dcc722b
1 cabal-version:   2.4
2 name:            pandoc
3 version:         3.1.11
4 build-type:      Simple
5 license:         GPL-2.0-or-later
6 license-file:    COPYING.md
7 copyright:       (c) 2006-2023 John MacFarlane
8 author:          John MacFarlane <jgm@berkeley.edu>
9 maintainer:      John MacFarlane <jgm@berkeley.edu>
10 bug-reports:     https://github.com/jgm/pandoc/issues
11 stability:       alpha
12 homepage:        https://pandoc.org
13 category:        Text
14 tested-with:     GHC == 8.10.7, GHC == 9.0.2,
15                  GHC == 9.2.5, GHC == 9.4.4, GHC == 9.6.3
16 synopsis:        Conversion between markup formats
17 description:     Pandoc is a Haskell library for converting from one markup
18                  format to another.  The formats it can handle include
19                  .
20                  - light markup formats (many variants of Markdown,
21                    reStructuredText, AsciiDoc, Org-mode, Muse, Textile,
22                    txt2tags)
23                  - HTML formats (HTML 4 and 5)
24                  - Ebook formats (EPUB v2 and v3, FB2)
25                  - Documentation formats (GNU TexInfo, Haddock)
26                  - Roff formats (man, ms)
27                  - TeX formats (LaTeX, ConTeXt)
28                  - Typst
29                  - XML formats (DocBook 4 and 5, JATS, TEI Simple, OpenDocument)
30                  - Outline formats (OPML)
31                  - Bibliography formats (BibTeX, BibLaTeX, CSL JSON, CSL YAML,
32                    RIS)
33                  - Word processor formats (Docx, RTF, ODT)
34                  - Interactive notebook formats (Jupyter notebook ipynb)
35                  - Page layout formats (InDesign ICML)
36                  - Wiki markup formats (MediaWiki, DokuWiki, TikiWiki, TWiki,
37                    Vimwiki, XWiki, ZimWiki, Jira wiki, Creole)
38                  - Slide show formats (LaTeX Beamer, PowerPoint, Slidy,
39                    reveal.js, Slideous, S5, DZSlides)
40                  - Data formats (CSV and TSV tables)
41                  - PDF (via external programs such as pdflatex or wkhtmltopdf)
42                  .
43                  Pandoc can convert mathematical content in documents
44                  between TeX, MathML, Word equations, roff eqn, typst,
45                  and plain text. It includes a powerful system for automatic
46                  citations and bibliographies, and it can be customized
47                  extensively using templates, filters, and custom readers
48                  and writers written in Lua.
49                  .
50                  For the pandoc command-line program, see the
51                  @pandoc-cli@ package.
52 data-files:
53                  -- templates
54                  data/templates/styles.html
55                  data/templates/styles.citations.html
56                  data/templates/default.html4
57                  data/templates/default.html5
58                  data/templates/default.chunkedhtml
59                  data/templates/default.docbook4
60                  data/templates/default.docbook5
61                  data/templates/default.jats_archiving
62                  data/templates/default.jats_articleauthoring
63                  data/templates/default.jats_publishing
64                  data/templates/default.tei
65                  data/templates/default.opendocument
66                  data/templates/default.icml
67                  data/templates/default.opml
68                  data/templates/default.latex
69                  data/templates/default.bibtex
70                  data/templates/default.biblatex
71                  data/templates/default.context
72                  data/templates/default.texinfo
73                  data/templates/default.jira
74                  data/templates/default.man
75                  data/templates/default.ms
76                  data/templates/default.markdown
77                  data/templates/default.muse
78                  data/templates/default.commonmark
79                  data/templates/default.rst
80                  data/templates/default.plain
81                  data/templates/default.mediawiki
82                  data/templates/default.dokuwiki
83                  data/templates/default.xwiki
84                  data/templates/default.zimwiki
85                  data/templates/default.rtf
86                  data/templates/default.s5
87                  data/templates/default.slidy
88                  data/templates/default.slideous
89                  data/templates/default.revealjs
90                  data/templates/default.dzslides
91                  data/templates/default.asciidoc
92                  data/templates/default.haddock
93                  data/templates/default.textile
94                  data/templates/default.org
95                  data/templates/default.epub2
96                  data/templates/default.epub3
97                  data/templates/article.jats_publishing
98                  data/templates/affiliations.jats
99                  data/templates/default.markua
100                  data/templates/default.typst
101                  data/templates/definitions.typst
102                  data/templates/template.typst
103                  -- translations
104                  data/translations/*.yaml
105                  -- entities
106                  data/docbook-entities.txt
107                  -- source files for reference.docx
108                  data/docx/[Content_Types].xml
109                  data/docx/_rels/.rels
110                  data/docx/docProps/app.xml
111                  data/docx/docProps/core.xml
112                  data/docx/docProps/custom.xml
113                  data/docx/word/document.xml
114                  data/docx/word/fontTable.xml
115                  data/docx/word/comments.xml
116                  data/docx/word/footnotes.xml
117                  data/docx/word/numbering.xml
118                  data/docx/word/settings.xml
119                  data/docx/word/webSettings.xml
120                  data/docx/word/styles.xml
121                  data/docx/word/_rels/document.xml.rels
122                  data/docx/word/_rels/footnotes.xml.rels
123                  data/docx/word/theme/theme1.xml
124                  -- source files for reference.odt
125                  data/odt/mimetype
126                  data/odt/manifest.rdf
127                  data/odt/styles.xml
128                  data/odt/content.xml
129                  data/odt/meta.xml
130                  data/odt/META-INF/manifest.xml
131                  -- source files for reference.pptx
132                  data/pptx/_rels/.rels
133                  data/pptx/docProps/app.xml
134                  data/pptx/docProps/core.xml
135                  data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
136                  data/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
137                  data/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
138                  data/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
139                  data/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
140                  data/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
141                  data/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
142                  data/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
143                  data/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
144                  data/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
145                  data/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
146                  data/pptx/ppt/slideLayouts/slideLayout1.xml
147                  data/pptx/ppt/slideLayouts/slideLayout2.xml
148                  data/pptx/ppt/slideLayouts/slideLayout3.xml
149                  data/pptx/ppt/slideLayouts/slideLayout4.xml
150                  data/pptx/ppt/slideLayouts/slideLayout5.xml
151                  data/pptx/ppt/slideLayouts/slideLayout6.xml
152                  data/pptx/ppt/slideLayouts/slideLayout7.xml
153                  data/pptx/ppt/slideLayouts/slideLayout8.xml
154                  data/pptx/ppt/slideLayouts/slideLayout9.xml
155                  data/pptx/ppt/slideLayouts/slideLayout10.xml
156                  data/pptx/ppt/slideLayouts/slideLayout11.xml
157                  data/pptx/ppt/_rels/presentation.xml.rels
158                  data/pptx/ppt/theme/theme1.xml
159                  data/pptx/ppt/presProps.xml
160                  data/pptx/ppt/slides/_rels/slide1.xml.rels
161                  data/pptx/ppt/slides/_rels/slide2.xml.rels
162                  data/pptx/ppt/slides/slide2.xml
163                  data/pptx/ppt/slides/slide1.xml
164                  data/pptx/ppt/slides/_rels/slide3.xml.rels
165                  data/pptx/ppt/slides/_rels/slide4.xml.rels
166                  data/pptx/ppt/slides/slide3.xml
167                  data/pptx/ppt/slides/slide4.xml
168                  data/pptx/ppt/viewProps.xml
169                  data/pptx/ppt/tableStyles.xml
170                  data/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
171                  data/pptx/ppt/slideMasters/slideMaster1.xml
172                  data/pptx/ppt/presentation.xml
173                  data/pptx/ppt/notesMasters/_rels/notesMaster1.xml.rels
174                  data/pptx/ppt/notesMasters/notesMaster1.xml
175                  data/pptx/ppt/notesSlides/_rels/notesSlide1.xml.rels
176                  data/pptx/ppt/notesSlides/notesSlide1.xml
177                  data/pptx/ppt/notesSlides/_rels/notesSlide2.xml.rels
178                  data/pptx/ppt/notesSlides/notesSlide2.xml
179                  data/pptx/ppt/theme/theme2.xml
180                  data/pptx/[Content_Types].xml
181                   -- stylesheet for EPUB writer
182                  data/epub.css
183                  -- data for dzslides writer
184                  data/dzslides/template.html
185                  -- default abbreviations file
186                  data/abbreviations
187                  -- sample lua custom reader
188                  data/creole.lua
189                  -- lua init script
190                  data/init.lua
191                  -- bash completion template
192                  data/bash_completion.tpl
193                  -- citeproc
194                  data/default.csl
195                  citeproc/biblatex-localization/*.lbx.strings
196                  -- documentation
197                  MANUAL.txt, COPYRIGHT
198 extra-source-files:
199                  -- documentation
200                  INSTALL.md, AUTHORS.md, README.md,
201                  CONTRIBUTING.md, BUGS, changelog.md,
202                  -- tests
203                  test/bodybg.gif
204                  test/*.native
205                  test/command/*.md
206                  test/command/*.csl
207                  test/command/*.svg
208                  test/command/9002.docx
209                  test/command/biblio.bib
210                  test/command/averroes.bib
211                  test/command/A.txt
212                  test/command/B.txt
213                  test/command/C.txt
214                  test/command/D.txt
215                  test/command/file1.txt
216                  test/command/file2.txt
217                  test/command/three.txt
218                  test/command/01.csv
219                  test/command/chap1/spider.png
220                  test/command/chap2/spider.png
221                  test/command/chap1/text.md
222                  test/command/chap2/text.md
223                  test/command/defaults1.yaml
224                  test/command/defaults2.yaml
225                  test/command/defaults3.yaml
226                  test/command/defaults4.yaml
227                  test/command/defaults5.yaml
228                  test/command/defaults6.yaml
229                  test/command/defaults7.yaml
230                  test/command/defaults8.yaml
231                  test/command/defaults9.yaml
232                  test/command/3533-rst-csv-tables.csv
233                  test/command/3880.txt
234                  test/command/5182.txt
235                  test/command/5700-metadata-file-1.yml
236                  test/command/5700-metadata-file-2.yml
237                  test/command/abbrevs
238                  test/command/sub-file-chapter-1.tex
239                  test/command/sub-file-chapter-2.tex
240                  test/command/bar.tex
241                  test/command/bar-endinput.tex
242                  test/command/yaml-metadata.yaml
243                  test/command/7813-meta.yaml
244                  test/command/3510-subdoc.org
245                  test/command/3510-export.latex
246                  test/command/3510-src.hs
247                  test/command/3971b.tex
248                  test/command/5876.yaml
249                  test/command/5876/metadata/5876.yaml
250                  test/command/5876/metadata/command/5876.yaml
251                  test/command/6466-beg.hs
252                  test/command/6466-end.hs
253                  test/command/6466-mid.hs
254                  test/command/6466-whole.hs
255                  test/command/7861.yaml
256                  test/command/7861/metadata/placeholder
257                  test/docbook-chapter.docbook
258                  test/docbook-reader.docbook
259                  test/docbook-xref.docbook
260                  test/endnotexml-reader.xml
261                  test/html-reader.html
262                  test/opml-reader.opml
263                  test/org-select-tags.org
264                  test/haddock-reader.haddock
265                  test/insert
266                  test/lalune.jpg
267                  test/man-reader.man
268                  test/movie.jpg
269                  test/media/rId25.jpg
270                  test/media/rId26.jpg
271                  test/media/rId27.jpg
272                  test/typst-reader.typ
273                  test/undergradmath.typ
274                  test/latex-reader.latex
275                  test/textile-reader.textile
276                  test/markdown-reader-more.txt
277                  test/markdown-citations.txt
278                  test/textile-reader.textile
279                  test/mediawiki-reader.wiki
280                  test/vimwiki-reader.wiki
281                  test/creole-reader.txt
282                  test/rst-reader.rst
283                  test/jats-reader.xml
284                  test/jira-reader.jira
285                  test/s5-basic.html
286                  test/s5-fancy.html
287                  test/s5-fragment.html
288                  test/s5-inserts.html
289                  test/tables.context
290                  test/tables.docbook4
291                  test/tables.docbook5
292                  test/tables.jats_archiving
293                  test/tables.jats_articleauthoring
294                  test/tables.jats_publishing
295                  test/tables.jira
296                  test/tables.dokuwiki
297                  test/tables.zimwiki
298                  test/tables.icml
299                  test/tables.html4
300                  test/tables.html5
301                  test/tables.latex
302                  test/tables.man
303                  test/tables.ms
304                  test/tables.plain
305                  test/tables.markdown
306                  test/tables.markua
307                  test/tables.mediawiki
308                  test/tables.tei
309                  test/tables.textile
310                  test/tables.opendocument
311                  test/tables.org
312                  test/tables.asciidoc
313                  test/tables.asciidoc_legacy
314                  test/tables.haddock
315                  test/tables.texinfo
316                  test/tables.typst
317                  test/tables.rst
318                  test/tables.rtf
319                  test/tables.txt
320                  test/tables.fb2
321                  test/tables.muse
322                  test/tables.xwiki
323                  test/tables/*.html4
324                  test/tables/*.html5
325                  test/tables/*.latex
326                  test/tables/*.native
327                  test/tables/*.mediawiki
328                  test/tables/*.jats_archiving
329                  test/testsuite.txt
330                  test/writer.latex
331                  test/writer.context
332                  test/writer.docbook4
333                  test/writer.docbook5
334                  test/writer.jats_archiving
335                  test/writer.jats_articleauthoring
336                  test/writer.jats_publishing
337                  test/writer.jira
338                  test/writer.html4
339                  test/writer.html5
340                  test/writer.man
341                  test/writer.ms
342                  test/writer.markdown
343                  test/writer.markua
344                  test/writer.plain
345                  test/writer.mediawiki
346                  test/writer.textile
347                  test/writer.typst
348                  test/writer.opendocument
349                  test/writer.org
350                  test/writer.asciidoc
351                  test/writer.asciidoc_legacy
352                  test/writer.haddock
353                  test/writer.rst
354                  test/writer.icml
355                  test/writer.rtf
356                  test/writer.tei
357                  test/writer.texinfo
358                  test/writer.fb2
359                  test/writer.opml
360                  test/writer.dokuwiki
361                  test/writer.zimwiki
362                  test/writer.xwiki
363                  test/writer.muse
364                  test/writers-lang-and-dir.latex
365                  test/writers-lang-and-dir.context
366                  test/dokuwiki_inline_formatting.dokuwiki
367                  test/lhs-test.markdown
368                  test/lhs-test.markdown+lhs
369                  test/lhs-test.rst
370                  test/lhs-test.rst+lhs
371                  test/lhs-test.latex
372                  test/lhs-test.latex+lhs
373                  test/lhs-test.html
374                  test/lhs-test.html+lhs
375                  test/lhs-test.fragment.html+lhs
376                  test/pipe-tables.txt
377                  test/dokuwiki_external_images.dokuwiki
378                  test/dokuwiki_multiblock_table.dokuwiki
379                  test/fb2/*.markdown
380                  test/fb2/*.fb2
381                  test/fb2/images-embedded.html
382                  test/fb2/images-embedded.fb2
383                  test/fb2/test-small.png
384                  test/fb2/reader/*.fb2
385                  test/fb2/reader/*.native
386                  test/fb2/test.jpg
387                  test/docx/*.docx
388                  test/docx/golden/*.docx
389                  test/docx/*.native
390                  test/epub/*.epub
391                  test/epub/*.native
392                  test/rtf/*.native
393                  test/rtf/*.rtf
394                  test/pptx/*.pptx
395                  test/pptx/**/*.pptx
396                  test/pptx/**/*.native
397                  test/ipynb/*.native
398                  test/ipynb/*.in.native
399                  test/ipynb/*.out.native
400                  test/ipynb/*.ipynb
401                  test/ipynb/*.out.ipynb
402                  test/ipynb/*.out.html
403                  test/txt2tags.t2t
404                  test/twiki-reader.twiki
405                  test/tikiwiki-reader.tikiwiki
406                  test/odt/odt/*.odt
407                  test/odt/markdown/*.md
408                  test/odt/native/*.native
409 source-repository head
410   type:          git
411   location:      git://github.com/jgm/pandoc.git
413 flag embed_data_files
414   Description:   Embed data files in binary for relocatable executable.
415   Default:       False
417 common common-options
418   default-language: Haskell2010
419   build-depends:    base         >= 4.12 && < 5
420   ghc-options:      -Wall -fno-warn-unused-do-bind
421                     -Wincomplete-record-updates
422                     -Wnoncanonical-monad-instances
423                     -Wcpp-undef
424                     -Wincomplete-uni-patterns
425                     -Widentities
426                     -Wpartial-fields
427                     -Wmissing-signatures
428                     -fhide-source-paths
429                     -- -Wmissing-export-lists
431   if impl(ghc >= 8.10)
432     ghc-options:    -Wunused-packages
434   if impl(ghc >= 9.0)
435     ghc-options:    -Winvalid-haddock
437   if os(windows)
438     cpp-options:      -D_WINDOWS
440 common common-executable
441   import:           common-options
442   build-depends:    pandoc
443   ghc-options:      -rtsopts -with-rtsopts=-A8m -threaded
445 library xml-light
446   import:        common-options
447   build-depends: xml                   >= 1.3.12   && < 1.4,
448                  xml-conduit           >= 1.9.1.1  && < 1.10,
449                  xml-types             >= 0.3      && < 0.4,
450                  containers            >= 0.6.0.1  && < 0.7,
451                  text                  >= 1.1.1.0  && < 2.2
453   hs-source-dirs:  xml-light
454   exposed-modules: Text.Pandoc.XML.Light,
455                    Text.Pandoc.XML.Light.Types,
456                    Text.Pandoc.XML.Light.Proc,
457                    Text.Pandoc.XML.Light.Output
459 library
460   import:        common-options
461   build-depends: xml-light,
462                  Glob                  >= 0.7      && < 0.11,
463                  JuicyPixels           >= 3.1.6.1  && < 3.4,
464                  SHA                   >= 1.6      && < 1.7,
465                  aeson                 >= 2.0.1.0  && < 2.3,
466                  aeson-pretty          >= 0.8.9    && < 0.9,
467                  array                 >= 0.5      && < 0.6,
468                  attoparsec            >= 0.12     && < 0.15,
469                  base64-bytestring     >= 0.1      && < 1.3,
470                  binary                >= 0.7      && < 0.11,
471                  blaze-html            >= 0.9      && < 0.10,
472                  blaze-markup          >= 0.8      && < 0.9,
473                  bytestring            >= 0.9      && < 0.13,
474                  case-insensitive      >= 1.2      && < 1.3,
475                  citeproc              >= 0.8.1    && < 0.9,
476                  commonmark            >= 0.2.4.1  && < 0.3,
477                  commonmark-extensions >= 0.2.5    && < 0.3,
478                  commonmark-pandoc     >= 0.2.2    && < 0.3,
479                  containers            >= 0.6.0.1  && < 0.7,
480                  crypton-connection    >= 0.3.1    && < 0.4,
481                  data-default          >= 0.4      && < 0.8,
482                  deepseq               >= 1.3      && < 1.6,
483                  directory             >= 1.2.3    && < 1.4,
484                  doclayout             >= 0.4.0.1  && < 0.5,
485                  doctemplates          >= 0.11     && < 0.12,
486                  emojis                >= 0.1      && < 0.2,
487                  exceptions            >= 0.8      && < 0.11,
488                  file-embed            >= 0.0      && < 0.1,
489                  filepath              >= 1.1      && < 1.5,
490                  gridtables            >= 0.1      && < 0.2,
491                  haddock-library       >= 1.10     && < 1.12,
492                  http-client           >= 0.4.30   && < 0.8,
493                  http-client-tls       >= 0.2.4    && < 0.4,
494                  http-types            >= 0.8      && < 0.13,
495                  ipynb                 >= 0.2      && < 0.3,
496                  jira-wiki-markup      >= 1.5.1    && < 1.6,
497                  mime-types            >= 0.1.1    && < 0.2,
498                  mtl                   >= 2.2      && < 2.4,
499                  network               >= 2.6      && < 3.2,
500                  network-uri           >= 2.6      && < 2.8,
501                  pandoc-types          >= 1.23.1   && < 1.24,
502                  parsec                >= 3.1      && < 3.2,
503                  pretty                >= 1.1      && < 1.2,
504                  pretty-show           >= 1.10     && < 1.11,
505                  process               >= 1.2.3    && < 1.7,
506                  random                >= 1        && < 1.3,
507                  safe                  >= 0.3.18   && < 0.4,
508                  scientific            >= 0.3      && < 0.4,
509                  skylighting           >= 0.14.1   && < 0.15,
510                  skylighting-core      >= 0.14.1   && < 0.15,
511                  split                 >= 0.2      && < 0.3,
512                  syb                   >= 0.1      && < 0.8,
513                  tagsoup               >= 0.14.6   && < 0.15,
514                  temporary             >= 1.1      && < 1.4,
515                  texmath               >= 0.12.8.6 && < 0.13,
516                  text                  >= 1.1.1.0  && < 2.2,
517                  text-conversions      >= 0.3      && < 0.4,
518                  time                  >= 1.5      && < 1.14,
519                  unicode-collation     >= 0.1.1    && < 0.2,
520                  unicode-transforms    >= 0.3      && < 0.5,
521                  yaml                  >= 0.11     && < 0.12,
522                  zip-archive           >= 0.4.3    && < 0.5,
523                  zlib                  >= 0.5      && < 0.7,
524                  xml                   >= 1.3.12   && < 1.4,
525                  typst                 >= 0.5      && < 0.5.1,
526                  vector                >= 0.12     && < 0.14
528   if !os(windows)
529     build-depends:  unix >= 2.4 && < 2.9
530   if flag(embed_data_files)
531      cpp-options:   -DEMBED_DATA_FILES
532      other-modules: Text.Pandoc.Data.BakedIn
533   hs-source-dirs:  src
535   exposed-modules: Text.Pandoc,
536                    Text.Pandoc.App,
537                    Text.Pandoc.Data,
538                    Text.Pandoc.Options,
539                    Text.Pandoc.Extensions,
540                    Text.Pandoc.Format,
541                    Text.Pandoc.Shared,
542                    Text.Pandoc.Sources,
543                    Text.Pandoc.MediaBag,
544                    Text.Pandoc.Error,
545                    Text.Pandoc.Filter,
546                    Text.Pandoc.Translations,
547                    Text.Pandoc.Translations.Types,
548                    Text.Pandoc.Readers,
549                    Text.Pandoc.Readers.HTML,
550                    Text.Pandoc.Readers.LaTeX,
551                    Text.Pandoc.Readers.Markdown,
552                    Text.Pandoc.Readers.CommonMark,
553                    Text.Pandoc.Readers.Creole,
554                    Text.Pandoc.Readers.BibTeX,
555                    Text.Pandoc.Readers.EndNote,
556                    Text.Pandoc.Readers.RIS,
557                    Text.Pandoc.Readers.CslJson,
558                    Text.Pandoc.Readers.MediaWiki,
559                    Text.Pandoc.Readers.Vimwiki,
560                    Text.Pandoc.Readers.RST,
561                    Text.Pandoc.Readers.Org,
562                    Text.Pandoc.Readers.DocBook,
563                    Text.Pandoc.Readers.JATS,
564                    Text.Pandoc.Readers.Jira,
565                    Text.Pandoc.Readers.OPML,
566                    Text.Pandoc.Readers.Textile,
567                    Text.Pandoc.Readers.Native,
568                    Text.Pandoc.Readers.Haddock,
569                    Text.Pandoc.Readers.TWiki,
570                    Text.Pandoc.Readers.TikiWiki,
571                    Text.Pandoc.Readers.Txt2Tags,
572                    Text.Pandoc.Readers.Docx,
573                    Text.Pandoc.Readers.ODT,
574                    Text.Pandoc.Readers.EPUB,
575                    Text.Pandoc.Readers.Muse,
576                    Text.Pandoc.Readers.Man,
577                    Text.Pandoc.Readers.FB2,
578                    Text.Pandoc.Readers.DokuWiki,
579                    Text.Pandoc.Readers.Ipynb,
580                    Text.Pandoc.Readers.CSV,
581                    Text.Pandoc.Readers.RTF,
582                    Text.Pandoc.Readers.Typst,
583                    Text.Pandoc.Writers,
584                    Text.Pandoc.Writers.Native,
585                    Text.Pandoc.Writers.DocBook,
586                    Text.Pandoc.Writers.JATS,
587                    Text.Pandoc.Writers.OPML,
588                    Text.Pandoc.Writers.HTML,
589                    Text.Pandoc.Writers.ChunkedHTML,
590                    Text.Pandoc.Writers.Ipynb,
591                    Text.Pandoc.Writers.ICML,
592                    Text.Pandoc.Writers.Jira,
593                    Text.Pandoc.Writers.LaTeX,
594                    Text.Pandoc.Writers.ConTeXt,
595                    Text.Pandoc.Writers.Typst,
596                    Text.Pandoc.Writers.OpenDocument,
597                    Text.Pandoc.Writers.Texinfo,
598                    Text.Pandoc.Writers.Man,
599                    Text.Pandoc.Writers.Ms,
600                    Text.Pandoc.Writers.Markdown,
601                    Text.Pandoc.Writers.CommonMark,
602                    Text.Pandoc.Writers.Haddock,
603                    Text.Pandoc.Writers.RST,
604                    Text.Pandoc.Writers.Org,
605                    Text.Pandoc.Writers.AsciiDoc,
606                    Text.Pandoc.Writers.Textile,
607                    Text.Pandoc.Writers.MediaWiki,
608                    Text.Pandoc.Writers.DokuWiki,
609                    Text.Pandoc.Writers.XWiki,
610                    Text.Pandoc.Writers.ZimWiki,
611                    Text.Pandoc.Writers.RTF,
612                    Text.Pandoc.Writers.ODT,
613                    Text.Pandoc.Writers.Docx,
614                    Text.Pandoc.Writers.Powerpoint,
615                    Text.Pandoc.Writers.EPUB,
616                    Text.Pandoc.Writers.FB2,
617                    Text.Pandoc.Writers.TEI,
618                    Text.Pandoc.Writers.Muse,
619                    Text.Pandoc.Writers.CslJson,
620                    Text.Pandoc.Writers.Math,
621                    Text.Pandoc.Writers.Shared,
622                    Text.Pandoc.Writers.OOXML,
623                    Text.Pandoc.Writers.AnnotatedTable,
624                    Text.Pandoc.Writers.BibTeX,
625                    Text.Pandoc.PDF,
626                    Text.Pandoc.UTF8,
627                    Text.Pandoc.Scripting,
628                    Text.Pandoc.Slides,
629                    Text.Pandoc.Templates,
630                    Text.Pandoc.XML,
631                    Text.Pandoc.SelfContained,
632                    Text.Pandoc.Highlighting,
633                    Text.Pandoc.Logging,
634                    Text.Pandoc.Process,
635                    Text.Pandoc.MIME,
636                    Text.Pandoc.Parsing,
637                    Text.Pandoc.Asciify,
638                    Text.Pandoc.Emoji,
639                    Text.Pandoc.ImageSize,
640                    Text.Pandoc.Class,
641                    Text.Pandoc.Class.IO,
642                    Text.Pandoc.Citeproc,
643                    Text.Pandoc.Chunks,
644                    Text.Pandoc.Version
645   other-modules:   Text.Pandoc.App.CommandLineOptions,
646                    Text.Pandoc.App.Input,
647                    Text.Pandoc.App.Opt,
648                    Text.Pandoc.App.OutputSettings,
649                    Text.Pandoc.Class.CommonState,
650                    Text.Pandoc.Class.PandocMonad,
651                    Text.Pandoc.Class.PandocIO,
652                    Text.Pandoc.Class.PandocPure,
653                    Text.Pandoc.Class.Sandbox,
654                    Text.Pandoc.Filter.Environment,
655                    Text.Pandoc.Filter.JSON,
656                    Text.Pandoc.Parsing.Capabilities,
657                    Text.Pandoc.Parsing.Citations,
658                    Text.Pandoc.Parsing.General,
659                    Text.Pandoc.Parsing.GridTable,
660                    Text.Pandoc.Parsing.Lists,
661                    Text.Pandoc.Parsing.Math,
662                    Text.Pandoc.Parsing.Smart,
663                    Text.Pandoc.Parsing.State,
664                    Text.Pandoc.Parsing.Future,
665                    Text.Pandoc.Readers.Docx.Lists,
666                    Text.Pandoc.Readers.Docx.Combine,
667                    Text.Pandoc.Readers.Docx.Parse,
668                    Text.Pandoc.Readers.Docx.Parse.Styles,
669                    Text.Pandoc.Readers.Docx.Util,
670                    Text.Pandoc.Readers.Docx.Symbols,
671                    Text.Pandoc.Readers.Docx.Fields,
672                    Text.Pandoc.Readers.HTML.Parsing,
673                    Text.Pandoc.Readers.HTML.Table,
674                    Text.Pandoc.Readers.HTML.TagCategories,
675                    Text.Pandoc.Readers.HTML.Types,
676                    Text.Pandoc.Readers.LaTeX.Inline,
677                    Text.Pandoc.Readers.LaTeX.Citation,
678                    Text.Pandoc.Readers.LaTeX.Lang,
679                    Text.Pandoc.Readers.LaTeX.Macro,
680                    Text.Pandoc.Readers.LaTeX.Math,
681                    Text.Pandoc.Readers.LaTeX.Parsing,
682                    Text.Pandoc.Readers.LaTeX.SIunitx,
683                    Text.Pandoc.Readers.LaTeX.Table,
684                    Text.Pandoc.Readers.Typst.Parsing,
685                    Text.Pandoc.Readers.Typst.Math,
686                    Text.Pandoc.Readers.ODT.Base,
687                    Text.Pandoc.Readers.ODT.Namespaces,
688                    Text.Pandoc.Readers.ODT.StyleReader,
689                    Text.Pandoc.Readers.ODT.ContentReader,
690                    Text.Pandoc.Readers.ODT.Generic.Fallible,
691                    Text.Pandoc.Readers.ODT.Generic.SetMap,
692                    Text.Pandoc.Readers.ODT.Generic.Utils,
693                    Text.Pandoc.Readers.ODT.Generic.Namespaces,
694                    Text.Pandoc.Readers.ODT.Generic.XMLConverter,
695                    Text.Pandoc.Readers.ODT.Arrows.State,
696                    Text.Pandoc.Readers.ODT.Arrows.Utils,
697                    Text.Pandoc.Readers.Org.BlockStarts,
698                    Text.Pandoc.Readers.Org.Blocks,
699                    Text.Pandoc.Readers.Org.DocumentTree,
700                    Text.Pandoc.Readers.Org.ExportSettings,
701                    Text.Pandoc.Readers.Org.Inlines,
702                    Text.Pandoc.Readers.Org.Meta,
703                    Text.Pandoc.Readers.Org.ParserState,
704                    Text.Pandoc.Readers.Org.Parsing,
705                    Text.Pandoc.Readers.Org.Shared,
706                    Text.Pandoc.Readers.Metadata,
707                    Text.Pandoc.Readers.Roff,
708                    Text.Pandoc.Writers.Docx.StyleMap,
709                    Text.Pandoc.Writers.Docx.Table,
710                    Text.Pandoc.Writers.Docx.Types,
711                    Text.Pandoc.Writers.GridTable
712                    Text.Pandoc.Writers.JATS.References,
713                    Text.Pandoc.Writers.JATS.Table,
714                    Text.Pandoc.Writers.JATS.Types,
715                    Text.Pandoc.Writers.LaTeX.Caption,
716                    Text.Pandoc.Writers.LaTeX.Notes,
717                    Text.Pandoc.Writers.LaTeX.Table,
718                    Text.Pandoc.Writers.LaTeX.Lang,
719                    Text.Pandoc.Writers.LaTeX.Types,
720                    Text.Pandoc.Writers.LaTeX.Citation,
721                    Text.Pandoc.Writers.LaTeX.Util,
722                    Text.Pandoc.Writers.Markdown.Table,
723                    Text.Pandoc.Writers.Markdown.Types,
724                    Text.Pandoc.Writers.Markdown.Inline,
725                    Text.Pandoc.Writers.Roff,
726                    Text.Pandoc.Writers.Blaze,
727                    Text.Pandoc.Writers.Powerpoint.Presentation,
728                    Text.Pandoc.Writers.Powerpoint.Output,
729                    Text.Pandoc.TeX,
730                    Text.Pandoc.URI,
731                    Text.Pandoc.CSS,
732                    Text.Pandoc.CSV,
733                    Text.Pandoc.RoffChar,
734                    Text.Pandoc.UUID,
735                    Text.Pandoc.Image,
736                    Text.Pandoc.Citeproc.BibTeX,
737                    Text.Pandoc.Citeproc.Name,
738                    Text.Pandoc.Citeproc.CslJson,
739                    Text.Pandoc.Citeproc.Data,
740                    Text.Pandoc.Citeproc.Locator,
741                    Text.Pandoc.Citeproc.MetaValue,
742                    Text.Pandoc.Citeproc.Util,
743                    Paths_pandoc
744   autogen-modules: Paths_pandoc
745   buildable:       True
747 test-suite test-pandoc
748   import:         common-executable
749   type:           exitcode-stdio-1.0
750   main-is:        test-pandoc.hs
751   hs-source-dirs: test
752   build-depends:  pandoc,
753                   Diff              >= 0.2     && < 0.6,
754                   Glob              >= 0.7     && < 0.11,
755                   bytestring        >= 0.9     && < 0.13,
756                   containers        >= 0.4.2.1 && < 0.7,
757                   directory         >= 1.2.3   && < 1.4,
758                   doctemplates      >= 0.11    && < 0.12,
759                   filepath          >= 1.1     && < 1.5,
760                   mtl               >= 2.2     && < 2.4,
761                   pandoc-types      >= 1.23.1  && < 1.24,
762                   process           >= 1.2.3   && < 1.7,
763                   tasty             >= 0.11    && < 1.6,
764                   tasty-golden      >= 2.3     && < 2.4,
765                   tasty-hunit       >= 0.9     && < 0.11,
766                   tasty-quickcheck  >= 0.8     && < 0.11,
767                   text              >= 1.1.1.0 && < 2.2,
768                   temporary         >= 1.1     && < 1.4,
769                   time              >= 1.5     && < 1.14,
770                   xml               >= 1.3.12  && < 1.4,
771                   zip-archive       >= 0.4.3   && < 0.5
772   other-modules:  Tests.Old
773                   Tests.Command
774                   Tests.Helpers
775                   Tests.Shared
776                   Tests.MediaBag
777                   Tests.Readers.LaTeX
778                   Tests.Readers.HTML
779                   Tests.Readers.JATS
780                   Tests.Readers.Jira
781                   Tests.Readers.Markdown
782                   Tests.Readers.Org
783                   Tests.Readers.Org.Block
784                   Tests.Readers.Org.Block.CodeBlock
785                   Tests.Readers.Org.Block.Figure
786                   Tests.Readers.Org.Block.Header
787                   Tests.Readers.Org.Block.List
788                   Tests.Readers.Org.Block.Table
789                   Tests.Readers.Org.Directive
790                   Tests.Readers.Org.Inline
791                   Tests.Readers.Org.Inline.Citation
792                   Tests.Readers.Org.Inline.Note
793                   Tests.Readers.Org.Inline.Smart
794                   Tests.Readers.Org.Meta
795                   Tests.Readers.Org.Shared
796                   Tests.Readers.RST
797                   Tests.Readers.RTF
798                   Tests.Readers.Docx
799                   Tests.Readers.ODT
800                   Tests.Readers.Txt2Tags
801                   Tests.Readers.EPUB
802                   Tests.Readers.Muse
803                   Tests.Readers.Creole
804                   Tests.Readers.Man
805                   Tests.Readers.FB2
806                   Tests.Readers.DokuWiki
807                   Tests.Writers.Native
808                   Tests.Writers.ConTeXt
809                   Tests.Writers.DocBook
810                   Tests.Writers.HTML
811                   Tests.Writers.JATS
812                   Tests.Writers.Jira
813                   Tests.Writers.Markdown
814                   Tests.Writers.Org
815                   Tests.Writers.Plain
816                   Tests.Writers.AsciiDoc
817                   Tests.Writers.LaTeX
818                   Tests.Writers.Docx
819                   Tests.Writers.RST
820                   Tests.Writers.TEI
821                   Tests.Writers.Markua
822                   Tests.Writers.Muse
823                   Tests.Writers.FB2
824                   Tests.Writers.Powerpoint
825                   Tests.Writers.OOXML
826                   Tests.Writers.Ms
827                   Tests.Writers.AnnotatedTable
829 benchmark benchmark-pandoc
830   import:          common-executable
831   type:            exitcode-stdio-1.0
832   main-is:         benchmark-pandoc.hs
833   hs-source-dirs:  benchmark
834   build-depends:   bytestring,
835                    tasty-bench >= 0.2     && <= 0.4,
836                    mtl         >= 2.2     && < 2.4,
837                    text        >= 1.1.1.0 && < 2.2,
838                    deepseq
839   -- we increase heap size to avoid benchmarking garbage collection:
840   ghc-options:     -rtsopts -with-rtsopts=-A8m -threaded