5 license: GPL-2.0-or-later
6 license-file: COPYING.md
7 copyright: (c) 2006-2021 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
12 homepage: https://pandoc.org
14 tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
15 GHC == 8.8.4, GHC == 8.10.2, GHC == 9.0.1
16 synopsis: Conversion between markup formats
17 description: Pandoc is a Haskell library for converting from one markup
18 format to another, and a command-line tool that uses
19 this library. It can read several dialects of Markdown and
20 (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
21 MediaWiki markup, DokuWiki markup, TWiki markup,
22 TikiWiki markup, Jira markup, Creole 1.0, Haddock markup,
23 OPML, Emacs Org-Mode, Emacs Muse, txt2tags, ipynb (Jupyter
24 notebooks), Vimwiki, Word Docx, ODT, EPUB, FictionBook2,
25 roff man, Textile, BibTeX, BibLaTeX, CSL JSON,
26 , and CSV, and it can write Markdown,
27 reStructuredText, XHTML, HTML 5, LaTeX, ConTeXt, DocBook,
28 JATS, OPML, TEI, OpenDocument, ODT, Word docx,
29 PowerPoint pptx, RTF, MediaWiki, DokuWiki, XWiki,
30 ZimWiki, Textile, Jira, roff man, roff ms, plain text,
31 Emacs Org-Mode, AsciiDoc, Haddock markup,
32 EPUB (v2 and v3), ipynb, FictionBook2,
33 InDesign ICML, Muse, CSL JSON, LaTeX beamer slides,
34 and several kinds of HTML/JavaScript slide shows
35 (S5, Slidy, Slideous, DZSlides, reveal.js).
37 In contrast to most existing tools for converting Markdown
38 to HTML, pandoc has a modular design: it consists of a set of
39 readers, which parse text in a given format and produce a
40 native representation of the document, and a set of writers,
41 which convert this native representation into a target
42 format. Thus, adding an input or output format requires
43 only adding a reader or writer.
46 data/templates/styles.html
47 data/templates/default.html4
48 data/templates/default.html5
49 data/templates/default.docbook4
50 data/templates/default.docbook5
51 data/templates/default.jats_archiving
52 data/templates/default.jats_articleauthoring
53 data/templates/default.jats_publishing
54 data/templates/default.tei
55 data/templates/default.opendocument
56 data/templates/default.icml
57 data/templates/default.opml
58 data/templates/default.latex
59 data/templates/default.bibtex
60 data/templates/default.biblatex
61 data/templates/default.context
62 data/templates/default.texinfo
63 data/templates/default.jira
64 data/templates/default.man
65 data/templates/default.ms
66 data/templates/default.markdown
67 data/templates/default.muse
68 data/templates/default.commonmark
69 data/templates/default.rst
70 data/templates/default.plain
71 data/templates/default.mediawiki
72 data/templates/default.dokuwiki
73 data/templates/default.xwiki
74 data/templates/default.zimwiki
75 data/templates/default.rtf
76 data/templates/default.s5
77 data/templates/default.slidy
78 data/templates/default.slideous
79 data/templates/default.revealjs
80 data/templates/default.dzslides
81 data/templates/default.asciidoc
82 data/templates/default.asciidoctor
83 data/templates/default.haddock
84 data/templates/default.textile
85 data/templates/default.org
86 data/templates/default.epub2
87 data/templates/default.epub3
88 data/templates/article.jats_publishing
89 data/templates/affiliations.jats
91 data/translations/*.yaml
92 -- source files for reference.docx
93 data/docx/[Content_Types].xml
95 data/docx/docProps/app.xml
96 data/docx/docProps/core.xml
97 data/docx/docProps/custom.xml
98 data/docx/word/document.xml
99 data/docx/word/fontTable.xml
100 data/docx/word/comments.xml
101 data/docx/word/footnotes.xml
102 data/docx/word/numbering.xml
103 data/docx/word/settings.xml
104 data/docx/word/webSettings.xml
105 data/docx/word/styles.xml
106 data/docx/word/_rels/document.xml.rels
107 data/docx/word/_rels/footnotes.xml.rels
108 data/docx/word/theme/theme1.xml
109 -- source files for reference.odt
111 data/odt/manifest.rdf
115 data/odt/settings.xml
116 data/odt/Configurations2/accelerator/current.xml
117 data/odt/Thumbnails/thumbnail.png
118 data/odt/META-INF/manifest.xml
119 -- source files for reference.pptx
120 data/pptx/_rels/.rels
121 data/pptx/docProps/app.xml
122 data/pptx/docProps/core.xml
123 data/pptx/ppt/slideLayouts/_rels/slideLayout1.xml.rels
124 data/pptx/ppt/slideLayouts/_rels/slideLayout2.xml.rels
125 data/pptx/ppt/slideLayouts/_rels/slideLayout3.xml.rels
126 data/pptx/ppt/slideLayouts/_rels/slideLayout4.xml.rels
127 data/pptx/ppt/slideLayouts/_rels/slideLayout5.xml.rels
128 data/pptx/ppt/slideLayouts/_rels/slideLayout6.xml.rels
129 data/pptx/ppt/slideLayouts/_rels/slideLayout7.xml.rels
130 data/pptx/ppt/slideLayouts/_rels/slideLayout8.xml.rels
131 data/pptx/ppt/slideLayouts/_rels/slideLayout9.xml.rels
132 data/pptx/ppt/slideLayouts/_rels/slideLayout10.xml.rels
133 data/pptx/ppt/slideLayouts/_rels/slideLayout11.xml.rels
134 data/pptx/ppt/slideLayouts/slideLayout1.xml
135 data/pptx/ppt/slideLayouts/slideLayout2.xml
136 data/pptx/ppt/slideLayouts/slideLayout3.xml
137 data/pptx/ppt/slideLayouts/slideLayout4.xml
138 data/pptx/ppt/slideLayouts/slideLayout5.xml
139 data/pptx/ppt/slideLayouts/slideLayout6.xml
140 data/pptx/ppt/slideLayouts/slideLayout7.xml
141 data/pptx/ppt/slideLayouts/slideLayout8.xml
142 data/pptx/ppt/slideLayouts/slideLayout9.xml
143 data/pptx/ppt/slideLayouts/slideLayout10.xml
144 data/pptx/ppt/slideLayouts/slideLayout11.xml
145 data/pptx/ppt/_rels/presentation.xml.rels
146 data/pptx/ppt/theme/theme1.xml
147 data/pptx/ppt/presProps.xml
148 data/pptx/ppt/slides/_rels/slide1.xml.rels
149 data/pptx/ppt/slides/_rels/slide2.xml.rels
150 data/pptx/ppt/slides/slide2.xml
151 data/pptx/ppt/slides/slide1.xml
152 data/pptx/ppt/slides/_rels/slide3.xml.rels
153 data/pptx/ppt/slides/_rels/slide4.xml.rels
154 data/pptx/ppt/slides/slide3.xml
155 data/pptx/ppt/slides/slide4.xml
156 data/pptx/ppt/viewProps.xml
157 data/pptx/ppt/tableStyles.xml
158 data/pptx/ppt/slideMasters/_rels/slideMaster1.xml.rels
159 data/pptx/ppt/slideMasters/slideMaster1.xml
160 data/pptx/ppt/presentation.xml
161 data/pptx/ppt/notesMasters/_rels/notesMaster1.xml.rels
162 data/pptx/ppt/notesMasters/notesMaster1.xml
163 data/pptx/ppt/notesSlides/_rels/notesSlide1.xml.rels
164 data/pptx/ppt/notesSlides/notesSlide1.xml
165 data/pptx/ppt/notesSlides/_rels/notesSlide2.xml.rels
166 data/pptx/ppt/notesSlides/notesSlide2.xml
167 data/pptx/ppt/theme/theme2.xml
168 data/pptx/[Content_Types].xml
169 -- stylesheet for EPUB writer
171 -- data for dzslides writer
172 data/dzslides/template.html
173 -- default abbreviations file
175 -- sample lua custom writer
183 -- bash completion template
184 data/bash_completion.tpl
187 citeproc/biblatex-localization/*.lbx.strings
189 MANUAL.txt, COPYRIGHT
192 INSTALL.md, AUTHORS.md, README.md,
193 CONTRIBUTING.md, BUGS, changelog.md,
195 -- cabal and stack build plans
198 -- files needed to build man page
210 test/command/biblio.bib
211 test/command/averroes.bib
217 test/command/chap1/spider.png
218 test/command/chap2/spider.png
219 test/command/chap1/text.md
220 test/command/chap2/text.md
221 test/command/defaults1.yaml
222 test/command/defaults2.yaml
223 test/command/defaults3.yaml
224 test/command/defaults4.yaml
225 test/command/defaults5.yaml
226 test/command/defaults6.yaml
227 test/command/defaults7.yaml
228 test/command/defaults8.yaml
229 test/command/defaults9.yaml
230 test/command/3533-rst-csv-tables.csv
231 test/command/3880.txt
232 test/command/5182.txt
233 test/command/5700-metadata-file-1.yml
234 test/command/5700-metadata-file-2.yml
236 test/command/SVG_logo-without-xml-declaration.svg
237 test/command/SVG_logo.svg
238 test/command/corrupt.svg
239 test/command/inkscape-cube.svg
240 test/command/lua-pandoc-state.lua
241 test/command/sub-file-chapter-1.tex
242 test/command/sub-file-chapter-2.tex
244 test/command/yaml-metadata.yaml
245 test/command/3510-subdoc.org
246 test/command/3510-export.latex
247 test/command/3510-src.hs
248 test/command/3971b.tex
249 test/docbook-chapter.docbook
250 test/docbook-reader.docbook
251 test/docbook-xref.docbook
252 test/html-reader.html
253 test/opml-reader.opml
254 test/org-select-tags.org
255 test/haddock-reader.haddock
263 test/latex-reader.latex
264 test/textile-reader.textile
265 test/markdown-reader-more.txt
266 test/markdown-citations.txt
267 test/textile-reader.textile
268 test/mediawiki-reader.wiki
269 test/vimwiki-reader.wiki
270 test/creole-reader.txt
273 test/jira-reader.jira
276 test/s5-fragment.html
281 test/tables.jats_archiving
282 test/tables.jats_articleauthoring
283 test/tables.jats_publishing
295 test/tables.mediawiki
298 test/tables.opendocument
301 test/tables.asciidoctor
315 test/tables/*.jats_archiving
321 test/writer.jats_archiving
322 test/writer.jats_articleauthoring
323 test/writer.jats_publishing
331 test/writer.mediawiki
333 test/writer.opendocument
336 test/writer.asciidoctor
350 test/writers-lang-and-dir.latex
351 test/writers-lang-and-dir.context
352 test/dokuwiki_inline_formatting.dokuwiki
353 test/lhs-test.markdown
354 test/lhs-test.markdown+lhs
356 test/lhs-test.rst+lhs
358 test/lhs-test.latex+lhs
360 test/lhs-test.html+lhs
361 test/lhs-test.fragment.html+lhs
363 test/dokuwiki_external_images.dokuwiki
364 test/dokuwiki_multiblock_table.dokuwiki
367 test/fb2/images-embedded.html
368 test/fb2/images-embedded.fb2
369 test/fb2/test-small.png
370 test/fb2/reader/*.fb2
371 test/fb2/reader/*.native
374 test/docx/golden/*.docx
380 test/ipynb/*.in.native
381 test/ipynb/*.out.native
384 test/twiki-reader.twiki
385 test/tikiwiki-reader.tikiwiki
387 test/odt/markdown/*.md
388 test/odt/native/*.native
390 test/lua/module/*.lua
391 source-repository head
393 location: git://github.com/jgm/pandoc.git
395 flag embed_data_files
396 Description: Embed data files in binary for relocatable executable.
400 Description: Build trypandoc cgi executable.
403 common common-options
404 default-language: Haskell2010
405 build-depends: base >= 4.9 && < 5
406 ghc-options: -Wall -fno-warn-unused-do-bind
407 -Wincomplete-record-updates
408 -Wnoncanonical-monad-instances
411 hs-source-dirs: prelude
412 other-modules: Prelude
413 build-depends: base-compat >= 0.9
414 other-extensions: NoImplicitPrelude
417 cpp-options: -D_WINDOWS
420 -- -Wpartial-fields (currently used in Powerpoint writer)
421 -- -Wmissing-export-lists (currently some Odt modules violate this)
422 -- -Wredundant-constraints (problematic if we want to support older base)
424 ghc-options: -Wcpp-undef
426 ghc-options: -Wincomplete-uni-patterns
430 common common-executable
431 import: common-options
432 build-depends: pandoc
433 ghc-options: -rtsopts -with-rtsopts=-A8m -threaded
437 import: common-options
438 build-depends: Glob >= 0.7 && < 0.11,
439 HTTP >= 4000.0.5 && < 4000.4,
440 HsYAML >= 0.2 && < 0.3,
441 JuicyPixels >= 3.1.6.1 && < 3.4,
443 aeson >= 0.7 && < 1.6,
444 aeson-pretty >= 0.8.5 && < 0.9,
445 array >= 0.5 && < 0.6,
446 attoparsec >= 0.12 && < 0.15,
447 base64-bytestring >= 0.1 && < 1.3,
448 binary >= 0.7 && < 0.11,
449 blaze-html >= 0.9 && < 0.10,
450 blaze-markup >= 0.8 && < 0.9,
451 bytestring >= 0.9 && < 0.12,
452 case-insensitive >= 1.2 && < 1.3,
453 citeproc >= 0.4.0.1 && < 0.4.1,
454 commonmark >= 0.2.1 && < 0.3,
455 commonmark-extensions >= 0.2.1.2 && < 0.3,
456 commonmark-pandoc >= 0.2.1 && < 0.3,
458 containers >= 0.4.2.1 && < 0.7,
459 data-default >= 0.4 && < 0.8,
460 deepseq >= 1.3 && < 1.5,
461 directory >= 1.2.3 && < 1.4,
462 doclayout >= 0.3.0.1 && < 0.4,
463 doctemplates >= 0.9 && < 0.10,
464 emojis >= 0.1 && < 0.2,
465 exceptions >= 0.8 && < 0.11,
466 file-embed >= 0.0 && < 0.1,
467 filepath >= 1.1 && < 1.5,
468 haddock-library >= 1.10 && < 1.11,
469 hslua >= 1.1 && < 1.4,
470 hslua-module-path >= 0.1.0 && < 0.2.0,
471 hslua-module-system >= 0.2 && < 0.3,
472 hslua-module-text >= 0.2.1 && < 0.4,
473 http-client >= 0.4.30 && < 0.8,
474 http-client-tls >= 0.2.4 && < 0.4,
475 http-types >= 0.8 && < 0.13,
476 ipynb >= 0.1 && < 0.2,
477 jira-wiki-markup >= 1.4 && < 1.5,
480 network-uri >= 2.6 && < 2.8,
481 pandoc-types >= 1.22 && < 1.23,
482 parsec >= 3.1 && < 3.2,
483 process >= 1.2.3 && < 1.7,
484 random >= 1 && < 1.3,
485 safe >= 0.3.18 && < 0.4,
486 scientific >= 0.3 && < 0.4,
487 skylighting >= 0.10.5.2 && < 0.10.6,
488 skylighting-core >= 0.10.5.2 && < 0.10.6,
489 split >= 0.2 && < 0.3,
491 tagsoup >= 0.14.6 && < 0.15,
492 temporary >= 1.1 && < 1.4,
493 texmath >= 0.12.3 && < 0.12.4,
494 text >= 1.1.1.0 && < 1.3,
495 text-conversions >= 0.3 && < 0.4,
496 time >= 1.5 && < 1.12,
497 unicode-transforms >= 0.3 && < 0.4,
498 unordered-containers >= 0.2 && < 0.3,
499 xml >= 1.3.12 && < 1.4,
500 xml-conduit >= 1.9.1.1 && < 1.10,
501 unicode-collation >= 0.1.1 && < 0.2,
502 zip-archive >= 0.2.3.4 && < 0.5,
504 if os(windows) && arch(i386)
505 build-depends: basement >= 0.0.10,
507 -- basement 0.0.9 won't build on 32-bit windows.
509 build-depends: unix >= 2.4 && < 2.8
510 if flag(embed_data_files)
511 cpp-options: -DEMBED_DATA_FILES
512 other-modules: Text.Pandoc.Data
515 exposed-modules: Text.Pandoc,
518 Text.Pandoc.Extensions,
521 Text.Pandoc.MediaBag,
525 Text.Pandoc.Readers.HTML,
526 Text.Pandoc.Readers.LaTeX,
527 Text.Pandoc.Readers.Markdown,
528 Text.Pandoc.Readers.CommonMark,
529 Text.Pandoc.Readers.Creole,
530 Text.Pandoc.Readers.BibTeX,
531 Text.Pandoc.Readers.CslJson,
532 Text.Pandoc.Readers.MediaWiki,
533 Text.Pandoc.Readers.Vimwiki,
534 Text.Pandoc.Readers.RST,
535 Text.Pandoc.Readers.Org,
536 Text.Pandoc.Readers.DocBook,
537 Text.Pandoc.Readers.JATS,
538 Text.Pandoc.Readers.Jira,
539 Text.Pandoc.Readers.OPML,
540 Text.Pandoc.Readers.Textile,
541 Text.Pandoc.Readers.Native,
542 Text.Pandoc.Readers.Haddock,
543 Text.Pandoc.Readers.TWiki,
544 Text.Pandoc.Readers.TikiWiki,
545 Text.Pandoc.Readers.Txt2Tags,
546 Text.Pandoc.Readers.Docx,
547 Text.Pandoc.Readers.Odt,
548 Text.Pandoc.Readers.EPUB,
549 Text.Pandoc.Readers.Muse,
550 Text.Pandoc.Readers.Man,
551 Text.Pandoc.Readers.FB2,
552 Text.Pandoc.Readers.DokuWiki,
553 Text.Pandoc.Readers.Ipynb,
554 Text.Pandoc.Readers.CSV,
556 Text.Pandoc.Writers.Native,
557 Text.Pandoc.Writers.Docbook,
558 Text.Pandoc.Writers.JATS,
559 Text.Pandoc.Writers.OPML,
560 Text.Pandoc.Writers.HTML,
561 Text.Pandoc.Writers.Ipynb,
562 Text.Pandoc.Writers.ICML,
563 Text.Pandoc.Writers.Jira,
564 Text.Pandoc.Writers.LaTeX,
565 Text.Pandoc.Writers.ConTeXt,
566 Text.Pandoc.Writers.OpenDocument,
567 Text.Pandoc.Writers.Texinfo,
568 Text.Pandoc.Writers.Man,
569 Text.Pandoc.Writers.Ms,
570 Text.Pandoc.Writers.Markdown,
571 Text.Pandoc.Writers.CommonMark,
572 Text.Pandoc.Writers.Haddock,
573 Text.Pandoc.Writers.RST,
574 Text.Pandoc.Writers.Org,
575 Text.Pandoc.Writers.AsciiDoc,
576 Text.Pandoc.Writers.Custom,
577 Text.Pandoc.Writers.Textile,
578 Text.Pandoc.Writers.MediaWiki,
579 Text.Pandoc.Writers.DokuWiki,
580 Text.Pandoc.Writers.XWiki,
581 Text.Pandoc.Writers.ZimWiki,
582 Text.Pandoc.Writers.RTF,
583 Text.Pandoc.Writers.ODT,
584 Text.Pandoc.Writers.Docx,
585 Text.Pandoc.Writers.Powerpoint,
586 Text.Pandoc.Writers.EPUB,
587 Text.Pandoc.Writers.FB2,
588 Text.Pandoc.Writers.TEI,
589 Text.Pandoc.Writers.Muse,
590 Text.Pandoc.Writers.CslJson,
591 Text.Pandoc.Writers.Math,
592 Text.Pandoc.Writers.Shared,
593 Text.Pandoc.Writers.OOXML,
594 Text.Pandoc.Writers.AnnotatedTable,
595 Text.Pandoc.Writers.BibTeX,
599 Text.Pandoc.Templates,
601 Text.Pandoc.SelfContained,
602 Text.Pandoc.Highlighting,
609 Text.Pandoc.ImageSize,
612 other-modules: Text.Pandoc.App.CommandLineOptions,
613 Text.Pandoc.App.FormatHeuristics,
615 Text.Pandoc.App.OutputSettings,
616 Text.Pandoc.Class.CommonState,
617 Text.Pandoc.Class.IO,
618 Text.Pandoc.Class.PandocMonad,
619 Text.Pandoc.Class.PandocIO,
620 Text.Pandoc.Class.PandocPure,
621 Text.Pandoc.Filter.JSON,
622 Text.Pandoc.Filter.Lua,
623 Text.Pandoc.Filter.Path,
624 Text.Pandoc.Readers.Docx.Lists,
625 Text.Pandoc.Readers.Docx.Combine,
626 Text.Pandoc.Readers.Docx.Parse,
627 Text.Pandoc.Readers.Docx.Parse.Styles,
628 Text.Pandoc.Readers.Docx.Util,
629 Text.Pandoc.Readers.Docx.Fields,
630 Text.Pandoc.Readers.HTML.Parsing,
631 Text.Pandoc.Readers.HTML.Table,
632 Text.Pandoc.Readers.HTML.TagCategories,
633 Text.Pandoc.Readers.HTML.Types,
634 Text.Pandoc.Readers.LaTeX.Inline,
635 Text.Pandoc.Readers.LaTeX.Citation,
636 Text.Pandoc.Readers.LaTeX.Lang,
637 Text.Pandoc.Readers.LaTeX.Macro,
638 Text.Pandoc.Readers.LaTeX.Math,
639 Text.Pandoc.Readers.LaTeX.Parsing,
640 Text.Pandoc.Readers.LaTeX.SIunitx,
641 Text.Pandoc.Readers.LaTeX.Table,
642 Text.Pandoc.Readers.LaTeX.Types,
643 Text.Pandoc.Readers.Odt.Base,
644 Text.Pandoc.Readers.Odt.Namespaces,
645 Text.Pandoc.Readers.Odt.StyleReader,
646 Text.Pandoc.Readers.Odt.ContentReader,
647 Text.Pandoc.Readers.Odt.Generic.Fallible,
648 Text.Pandoc.Readers.Odt.Generic.SetMap,
649 Text.Pandoc.Readers.Odt.Generic.Utils,
650 Text.Pandoc.Readers.Odt.Generic.Namespaces,
651 Text.Pandoc.Readers.Odt.Generic.XMLConverter,
652 Text.Pandoc.Readers.Odt.Arrows.State,
653 Text.Pandoc.Readers.Odt.Arrows.Utils,
654 Text.Pandoc.Readers.Org.BlockStarts,
655 Text.Pandoc.Readers.Org.Blocks,
656 Text.Pandoc.Readers.Org.DocumentTree,
657 Text.Pandoc.Readers.Org.ExportSettings,
658 Text.Pandoc.Readers.Org.Inlines,
659 Text.Pandoc.Readers.Org.Meta,
660 Text.Pandoc.Readers.Org.ParserState,
661 Text.Pandoc.Readers.Org.Parsing,
662 Text.Pandoc.Readers.Org.Shared,
663 Text.Pandoc.Readers.Metadata,
664 Text.Pandoc.Readers.Roff,
665 Text.Pandoc.Writers.Docx.StyleMap,
666 Text.Pandoc.Writers.Docx.Table,
667 Text.Pandoc.Writers.Docx.Types,
668 Text.Pandoc.Writers.GridTable
669 Text.Pandoc.Writers.JATS.References,
670 Text.Pandoc.Writers.JATS.Table,
671 Text.Pandoc.Writers.JATS.Types,
672 Text.Pandoc.Writers.LaTeX.Caption,
673 Text.Pandoc.Writers.LaTeX.Notes,
674 Text.Pandoc.Writers.LaTeX.Table,
675 Text.Pandoc.Writers.LaTeX.Lang,
676 Text.Pandoc.Writers.LaTeX.Types,
677 Text.Pandoc.Writers.LaTeX.Citation,
678 Text.Pandoc.Writers.LaTeX.Util,
679 Text.Pandoc.Writers.Markdown.Types,
680 Text.Pandoc.Writers.Markdown.Inline,
681 Text.Pandoc.Writers.Roff,
682 Text.Pandoc.Writers.Powerpoint.Presentation,
683 Text.Pandoc.Writers.Powerpoint.Output,
684 Text.Pandoc.Lua.ErrorConversion,
685 Text.Pandoc.Lua.Filter,
686 Text.Pandoc.Lua.Global,
687 Text.Pandoc.Lua.Init,
688 Text.Pandoc.Lua.Marshaling,
689 Text.Pandoc.Lua.Marshaling.AST,
690 Text.Pandoc.Lua.Marshaling.AnyValue,
691 Text.Pandoc.Lua.Marshaling.CommonState,
692 Text.Pandoc.Lua.Marshaling.Context,
693 Text.Pandoc.Lua.Marshaling.List,
694 Text.Pandoc.Lua.Marshaling.MediaBag,
695 Text.Pandoc.Lua.Marshaling.PandocError,
696 Text.Pandoc.Lua.Marshaling.ReaderOptions,
697 Text.Pandoc.Lua.Marshaling.SimpleTable,
698 Text.Pandoc.Lua.Marshaling.Version,
699 Text.Pandoc.Lua.Module.MediaBag,
700 Text.Pandoc.Lua.Module.Pandoc,
701 Text.Pandoc.Lua.Module.System,
702 Text.Pandoc.Lua.Module.Types,
703 Text.Pandoc.Lua.Module.Utils,
704 Text.Pandoc.Lua.Packages,
705 Text.Pandoc.Lua.PandocLua,
706 Text.Pandoc.Lua.Util,
707 Text.Pandoc.Lua.Walk,
708 Text.Pandoc.XML.Light,
709 Text.Pandoc.XML.Light.Types,
710 Text.Pandoc.XML.Light.Proc,
711 Text.Pandoc.XML.Light.Output,
714 Text.Pandoc.RoffChar,
716 Text.Pandoc.Translations,
719 Text.Pandoc.Citeproc.BibTeX,
720 Text.Pandoc.Citeproc.CslJson,
721 Text.Pandoc.Citeproc.Data,
722 Text.Pandoc.Citeproc.Locator,
723 Text.Pandoc.Citeproc.MetaValue,
724 Text.Pandoc.Citeproc.Util,
726 autogen-modules: Paths_pandoc
730 import: common-executable
734 other-modules: Paths_pandoc
737 import: common-executable
738 main-is: trypandoc.hs
739 hs-source-dirs: trypandoc
741 build-depends: aeson, http-types, text, wai >= 0.3, wai-extra >= 3.0.24
746 test-suite test-pandoc
747 import: common-executable
748 type: exitcode-stdio-1.0
749 main-is: test-pandoc.hs
751 build-depends: pandoc,
752 Diff >= 0.2 && < 0.5,
753 Glob >= 0.7 && < 0.11,
754 QuickCheck >= 2.4 && < 2.15,
755 bytestring >= 0.9 && < 0.12,
756 containers >= 0.4.2.1 && < 0.7,
757 directory >= 1.2.3 && < 1.4,
758 doctemplates >= 0.9 && < 0.10,
759 exceptions >= 0.8 && < 0.11,
760 filepath >= 1.1 && < 1.5,
761 hslua >= 1.1 && < 1.4,
763 pandoc-types >= 1.22 && < 1.23,
764 process >= 1.2.3 && < 1.7,
765 tasty >= 0.11 && < 1.5,
766 tasty-golden >= 2.3 && < 2.4,
767 tasty-hunit >= 0.9 && < 0.11,
768 tasty-lua >= 0.2 && < 0.3,
769 tasty-quickcheck >= 0.8 && < 0.11,
770 text >= 1.1.1.0 && < 1.3,
771 time >= 1.5 && < 1.12,
772 xml >= 1.3.12 && < 1.4,
773 zip-archive >= 0.2.3.4 && < 0.5
774 other-modules: Tests.Old
784 Tests.Readers.Markdown
786 Tests.Readers.Org.Block
787 Tests.Readers.Org.Block.CodeBlock
788 Tests.Readers.Org.Block.Figure
789 Tests.Readers.Org.Block.Header
790 Tests.Readers.Org.Block.List
791 Tests.Readers.Org.Block.Table
792 Tests.Readers.Org.Directive
793 Tests.Readers.Org.Inline
794 Tests.Readers.Org.Inline.Citation
795 Tests.Readers.Org.Inline.Note
796 Tests.Readers.Org.Inline.Smart
797 Tests.Readers.Org.Meta
798 Tests.Readers.Org.Shared
802 Tests.Readers.Txt2Tags
808 Tests.Readers.DokuWiki
810 Tests.Writers.ConTeXt
811 Tests.Writers.Docbook
815 Tests.Writers.Markdown
818 Tests.Writers.AsciiDoc
825 Tests.Writers.Powerpoint
828 Tests.Writers.AnnotatedTable
830 benchmark benchmark-pandoc
831 import: common-executable
832 type: exitcode-stdio-1.0
833 main-is: benchmark-pandoc.hs
834 hs-source-dirs: benchmark
835 build-depends: bytestring,
837 -- gauge >= 0.2 && < 0.3,
838 tasty-bench >= 0.2 && <= 0.3,
840 text >= 1.1.1.0 && < 1.3,
843 -- we increase heap size to avoid benchmarking garbage collection:
844 ghc-options: -rtsopts -with-rtsopts=-A8m -threaded