2007-07-07 05:25:44 +00:00
|
|
|
Name: pandoc
|
2016-09-23 12:20:34 +02:00
|
|
|
Version: 1.17.3
|
2012-07-26 11:51:37 -07:00
|
|
|
Cabal-Version: >= 1.10
|
2008-08-09 16:51:08 +00:00
|
|
|
Build-Type: Custom
|
2006-10-17 14:22:29 +00:00
|
|
|
License: GPL
|
2016-10-09 22:39:56 -07:00
|
|
|
License-File: COPYING.md
|
2016-03-22 17:20:39 -07:00
|
|
|
Copyright: (c) 2006-2016 John MacFarlane
|
2007-07-07 21:57:18 +00:00
|
|
|
Author: John MacFarlane <jgm@berkeley.edu>
|
|
|
|
Maintainer: John MacFarlane <jgm@berkeley.edu>
|
2011-06-09 18:12:12 -07:00
|
|
|
Bug-Reports: https://github.com/jgm/pandoc/issues
|
2006-12-20 20:20:10 +00:00
|
|
|
Stability: alpha
|
2015-06-09 22:22:58 +02:00
|
|
|
Homepage: http://pandoc.org
|
2006-10-17 14:22:29 +00:00
|
|
|
Category: Text
|
2016-09-02 16:58:59 +02:00
|
|
|
Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
|
2007-07-16 01:51:03 +00:00
|
|
|
Synopsis: Conversion between markup formats
|
2007-07-12 08:29:36 +00:00
|
|
|
Description: Pandoc is a Haskell library for converting from one markup
|
|
|
|
format to another, and a command-line tool that uses
|
2015-12-13 12:17:28 -08:00
|
|
|
this library. It can read several dialects of Markdown and
|
|
|
|
(subsets of) HTML, reStructuredText, LaTeX, DocBook,
|
|
|
|
MediaWiki markup, TWiki markup, Haddock markup, OPML,
|
|
|
|
Emacs Org-Mode, txt2tags, Word Docx, ODT, and Textile, and
|
|
|
|
it can write Markdown, reStructuredText, XHTML, HTML 5,
|
2016-01-21 15:31:12 -08:00
|
|
|
LaTeX, ConTeXt, DocBook, OPML, TEI, OpenDocument, ODT,
|
2016-06-28 23:11:42 -07:00
|
|
|
Word docx, RTF, MediaWiki, DokuWiki, ZimWiki, Textile,
|
|
|
|
groff man pages, plain text, Emacs Org-Mode, AsciiDoc,
|
|
|
|
Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign ICML,
|
|
|
|
and several kinds of HTML/javascript slide shows (S5, Slidy,
|
|
|
|
Slideous, DZSlides, reveal.js).
|
2007-07-12 08:29:36 +00:00
|
|
|
.
|
2015-12-13 12:17:28 -08:00
|
|
|
In contrast to most existing tools for converting Markdown
|
|
|
|
to HTML, pandoc has a modular design: it consists of a set of
|
|
|
|
readers, which parse text in a given format and produce a
|
|
|
|
native representation of the document, and a set of writers,
|
2007-07-12 08:29:36 +00:00
|
|
|
which convert this native representation into a target
|
|
|
|
format. Thus, adding an input or output format requires
|
|
|
|
only adding a reader or writer.
|
2010-03-18 02:39:23 +00:00
|
|
|
Data-Files:
|
2009-12-31 01:11:13 +00:00
|
|
|
-- templates
|
2014-08-13 11:16:50 -07:00
|
|
|
data/templates/default.html
|
|
|
|
data/templates/default.html5
|
|
|
|
data/templates/default.docbook
|
2016-05-01 23:02:22 -07:00
|
|
|
data/templates/default.docbook5
|
2016-01-21 15:31:12 -08:00
|
|
|
data/templates/default.tei
|
2014-08-13 11:16:50 -07:00
|
|
|
data/templates/default.beamer
|
|
|
|
data/templates/default.opendocument
|
|
|
|
data/templates/default.icml
|
|
|
|
data/templates/default.opml
|
|
|
|
data/templates/default.latex
|
|
|
|
data/templates/default.context
|
|
|
|
data/templates/default.texinfo
|
|
|
|
data/templates/default.man
|
|
|
|
data/templates/default.markdown
|
2015-06-02 13:23:32 +02:00
|
|
|
data/templates/default.commonmark
|
2014-08-13 11:16:50 -07:00
|
|
|
data/templates/default.rst
|
|
|
|
data/templates/default.plain
|
|
|
|
data/templates/default.mediawiki
|
2014-08-13 16:56:57 -07:00
|
|
|
data/templates/default.dokuwiki
|
2016-06-28 23:11:42 -07:00
|
|
|
data/templates/default.zimwiki
|
2014-08-13 11:16:50 -07:00
|
|
|
data/templates/default.rtf
|
|
|
|
data/templates/default.s5
|
|
|
|
data/templates/default.slidy
|
|
|
|
data/templates/default.slideous
|
|
|
|
data/templates/default.revealjs
|
|
|
|
data/templates/default.dzslides
|
|
|
|
data/templates/default.asciidoc
|
|
|
|
data/templates/default.haddock
|
|
|
|
data/templates/default.textile
|
|
|
|
data/templates/default.org
|
|
|
|
data/templates/default.epub
|
|
|
|
data/templates/default.epub3
|
2015-03-28 14:22:04 -07:00
|
|
|
-- source files for reference.docx
|
|
|
|
data/docx/[Content_Types].xml
|
|
|
|
data/docx/_rels/.rels
|
|
|
|
data/docx/docProps/app.xml
|
|
|
|
data/docx/docProps/core.xml
|
|
|
|
data/docx/word/document.xml
|
|
|
|
data/docx/word/fontTable.xml
|
|
|
|
data/docx/word/footnotes.xml
|
|
|
|
data/docx/word/numbering.xml
|
|
|
|
data/docx/word/settings.xml
|
|
|
|
data/docx/word/webSettings.xml
|
|
|
|
data/docx/word/styles.xml
|
|
|
|
data/docx/word/_rels/document.xml.rels
|
|
|
|
data/docx/word/_rels/footnotes.xml.rels
|
|
|
|
data/docx/word/theme/theme1.xml
|
|
|
|
-- source files for reference.odt
|
|
|
|
data/odt/mimetype
|
|
|
|
data/odt/manifest.rdf
|
|
|
|
data/odt/styles.xml
|
|
|
|
data/odt/content.xml
|
|
|
|
data/odt/meta.xml
|
|
|
|
data/odt/settings.xml
|
|
|
|
data/odt/Configurations2/accelerator/current.xml
|
|
|
|
data/odt/Thumbnails/thumbnail.png
|
|
|
|
data/odt/META-INF/manifest.xml
|
2015-05-28 18:15:01 -07:00
|
|
|
-- stylesheet for EPUB writer
|
|
|
|
data/epub.css
|
|
|
|
-- data for LaTeXMathML writer
|
|
|
|
data/LaTeXMathML.js
|
|
|
|
data/MathMLinHTML.js
|
|
|
|
-- data for dzslides writer
|
|
|
|
data/dzslides/template.html
|
|
|
|
-- sample lua custom writer
|
|
|
|
data/sample.lua
|
2015-08-13 15:24:50 -07:00
|
|
|
-- bash completion template
|
|
|
|
data/bash_completion.tpl
|
2015-05-28 18:15:01 -07:00
|
|
|
-- documentation
|
2016-07-20 14:12:57 +02:00
|
|
|
MANUAL.txt, COPYRIGHT
|
2015-05-28 18:15:01 -07:00
|
|
|
Extra-Source-Files:
|
|
|
|
-- documentation
|
2016-10-25 16:36:17 +02:00
|
|
|
INSTALL.md, BUGS, README.md, CONTRIBUTING.md, changelog
|
2015-07-02 22:09:04 -07:00
|
|
|
man/pandoc.1
|
2015-11-16 07:02:04 -08:00
|
|
|
-- stack build plan
|
|
|
|
stack.yaml
|
2015-07-02 08:01:22 -07:00
|
|
|
-- files needed to build man page
|
|
|
|
man/capitalizeHeaders.hs
|
|
|
|
man/removeNotes.hs
|
|
|
|
man/removeLinks.hs
|
|
|
|
man/pandoc.1.template
|
|
|
|
-- trypandoc
|
2014-08-17 16:11:09 -07:00
|
|
|
trypandoc/Makefile
|
|
|
|
trypandoc/index.html
|
2008-08-09 23:45:40 +00:00
|
|
|
-- tests
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/bodybg.gif
|
|
|
|
tests/*.native
|
2012-06-25 02:57:54 +04:00
|
|
|
tests/docbook-reader.docbook
|
2015-09-23 22:53:50 +02:00
|
|
|
tests/docbook-xref.docbook
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/html-reader.html
|
|
|
|
tests/opml-reader.opml
|
|
|
|
tests/haddock-reader.haddock
|
|
|
|
tests/insert
|
|
|
|
tests/lalune.jpg
|
|
|
|
tests/movie.jpg
|
2015-03-28 15:37:36 -07:00
|
|
|
tests/media/rId25.jpg
|
|
|
|
tests/media/rId26.jpg
|
|
|
|
tests/media/rId27.jpg
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/latex-reader.latex
|
|
|
|
tests/textile-reader.textile
|
|
|
|
tests/markdown-reader-more.txt
|
|
|
|
tests/markdown-citations.txt
|
|
|
|
tests/textile-reader.textile
|
|
|
|
tests/mediawiki-reader.wiki
|
|
|
|
tests/rst-reader.rst
|
|
|
|
tests/s5-basic.html
|
|
|
|
tests/s5-fancy.html
|
|
|
|
tests/s5-fragment.html
|
|
|
|
tests/s5-inserts.html
|
|
|
|
tests/tables.context
|
|
|
|
tests/tables.docbook
|
2016-05-01 23:02:22 -07:00
|
|
|
tests/tables.docbook5
|
2014-08-17 16:23:26 -07:00
|
|
|
tests/tables.dokuwiki
|
2016-06-28 23:11:42 -07:00
|
|
|
tests/tables.zimwiki
|
2014-08-17 16:23:26 -07:00
|
|
|
tests/tables.icml
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/tables.html
|
|
|
|
tests/tables.latex
|
|
|
|
tests/tables.man
|
|
|
|
tests/tables.plain
|
|
|
|
tests/tables.markdown
|
|
|
|
tests/tables.mediawiki
|
2016-03-24 13:41:12 +01:00
|
|
|
tests/tables.tei
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/tables.textile
|
|
|
|
tests/tables.opendocument
|
|
|
|
tests/tables.org
|
|
|
|
tests/tables.asciidoc
|
|
|
|
tests/tables.haddock
|
|
|
|
tests/tables.texinfo
|
|
|
|
tests/tables.rst
|
|
|
|
tests/tables.rtf
|
|
|
|
tests/tables.txt
|
|
|
|
tests/tables.fb2
|
|
|
|
tests/testsuite.txt
|
|
|
|
tests/writer.latex
|
|
|
|
tests/writer.context
|
|
|
|
tests/writer.docbook
|
2016-05-01 23:02:22 -07:00
|
|
|
tests/writer.docbook5
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/writer.html
|
|
|
|
tests/writer.man
|
|
|
|
tests/writer.markdown
|
|
|
|
tests/writer.plain
|
|
|
|
tests/writer.mediawiki
|
|
|
|
tests/writer.textile
|
|
|
|
tests/writer.opendocument
|
|
|
|
tests/writer.org
|
|
|
|
tests/writer.asciidoc
|
|
|
|
tests/writer.haddock
|
|
|
|
tests/writer.rst
|
|
|
|
tests/writer.icml
|
|
|
|
tests/writer.rtf
|
2016-03-24 13:41:12 +01:00
|
|
|
tests/writer.tei
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/writer.texinfo
|
|
|
|
tests/writer.fb2
|
|
|
|
tests/writer.opml
|
|
|
|
tests/writer.dokuwiki
|
2016-06-28 23:11:42 -07:00
|
|
|
tests/writer.zimwiki
|
2015-11-16 06:43:29 -08:00
|
|
|
tests/writers-lang-and-dir.latex
|
|
|
|
tests/writers-lang-and-dir.context
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/dokuwiki_inline_formatting.dokuwiki
|
|
|
|
tests/lhs-test.markdown
|
|
|
|
tests/lhs-test.markdown+lhs
|
|
|
|
tests/lhs-test.rst
|
|
|
|
tests/lhs-test.rst+lhs
|
|
|
|
tests/lhs-test.latex
|
|
|
|
tests/lhs-test.latex+lhs
|
|
|
|
tests/lhs-test.html
|
|
|
|
tests/lhs-test.html+lhs
|
|
|
|
tests/lhs-test.fragment.html+lhs
|
|
|
|
tests/pipe-tables.txt
|
2016-10-13 08:46:45 +02:00
|
|
|
tests/dokuwiki_external_images.dokuwiki
|
|
|
|
tests/dokuwiki_external_images.native
|
2014-08-30 13:14:50 -07:00
|
|
|
tests/dokuwiki_multiblock_table.dokuwiki
|
|
|
|
tests/dokuwiki_multiblock_table.native
|
2014-08-13 11:16:50 -07:00
|
|
|
tests/fb2/*.markdown
|
|
|
|
tests/fb2/*.fb2
|
|
|
|
tests/fb2/images-embedded.html
|
|
|
|
tests/fb2/images-embedded.fb2
|
|
|
|
tests/fb2/test-small.png
|
|
|
|
tests/fb2/test.jpg
|
|
|
|
tests/docx/*.docx
|
|
|
|
tests/docx/*.native
|
|
|
|
tests/epub/*.epub
|
|
|
|
tests/epub/*.native
|
2014-07-25 20:39:13 +01:00
|
|
|
tests/txt2tags.t2t
|
2014-10-30 15:31:38 +01:00
|
|
|
tests/twiki-reader.twiki
|
2015-07-23 09:06:14 +02:00
|
|
|
tests/odt/odt/*.odt
|
|
|
|
tests/odt/markdown/*.md
|
|
|
|
tests/odt/native/*.native
|
2011-02-05 10:34:55 -08:00
|
|
|
Source-repository head
|
|
|
|
type: git
|
2011-02-05 10:38:25 -08:00
|
|
|
location: git://github.com/jgm/pandoc.git
|
2011-02-05 10:34:55 -08:00
|
|
|
|
2012-12-29 17:44:02 -08:00
|
|
|
Flag embed_data_files
|
|
|
|
Description: Embed data files in binary for relocatable executable.
|
|
|
|
Default: False
|
2006-10-17 14:22:29 +00:00
|
|
|
|
2014-08-17 16:11:09 -07:00
|
|
|
Flag trypandoc
|
|
|
|
Description: Build trypandoc cgi executable.
|
|
|
|
Default: False
|
|
|
|
|
2014-05-18 22:04:39 -07:00
|
|
|
Flag https
|
|
|
|
Description: Enable support for downloading of resources over https.
|
2013-07-04 22:40:23 -07:00
|
|
|
Default: True
|
|
|
|
|
2014-08-20 15:34:13 -07:00
|
|
|
Flag network-uri
|
2014-12-19 16:13:38 -08:00
|
|
|
Description: Get Network.URI from the network-uri package
|
|
|
|
Default: True
|
2014-08-20 15:34:13 -07:00
|
|
|
|
2014-12-19 17:26:14 -08:00
|
|
|
Flag old-locale
|
|
|
|
Description: Use old-locale and time < 1.5
|
2015-10-27 23:26:02 -07:00
|
|
|
Default: False
|
2014-12-19 17:26:14 -08:00
|
|
|
|
2007-11-06 00:07:17 +00:00
|
|
|
Library
|
2016-09-02 08:28:32 -04:00
|
|
|
Build-Depends: base >= 4.7 && <5,
|
2015-09-23 12:30:14 -07:00
|
|
|
syb >= 0.1 && < 0.7,
|
2012-09-23 12:57:05 -07:00
|
|
|
containers >= 0.1 && < 0.6,
|
2013-05-16 23:00:58 -07:00
|
|
|
unordered-containers >= 0.2 && < 0.3,
|
2013-12-09 21:07:33 -08:00
|
|
|
array >= 0.3 && < 0.6,
|
2012-02-04 19:38:51 -08:00
|
|
|
parsec >= 3.1 && < 3.2,
|
2016-09-01 06:32:03 -04:00
|
|
|
mtl >= 2.2 && < 2.3,
|
2015-03-19 11:47:20 -07:00
|
|
|
filepath >= 1.1 && < 1.5,
|
2016-05-12 20:59:08 -07:00
|
|
|
process >= 1 && < 1.5,
|
2012-09-21 09:30:42 -04:00
|
|
|
directory >= 1 && < 1.3,
|
2012-12-31 14:34:02 -08:00
|
|
|
bytestring >= 0.9 && < 0.11,
|
2014-09-22 21:47:16 -05:00
|
|
|
text >= 0.11 && < 1.3,
|
2016-02-24 20:42:28 -08:00
|
|
|
zip-archive >= 0.2.3.4 && < 0.4,
|
2016-01-01 20:23:42 -08:00
|
|
|
HTTP >= 4000.0.5 && < 4000.4,
|
2016-07-24 10:56:19 -07:00
|
|
|
texmath >= 0.8.6.5 && < 0.9,
|
2012-01-31 09:48:42 -08:00
|
|
|
xml >= 1.3.12 && < 1.4,
|
2014-09-22 21:47:16 -05:00
|
|
|
random >= 1 && < 1.2,
|
2011-01-15 11:51:39 -08:00
|
|
|
extensible-exceptions >= 0.1 && < 0.2,
|
2016-10-13 08:46:45 +02:00
|
|
|
pandoc-types >= 1.17 && < 1.18,
|
2016-08-20 22:56:27 +02:00
|
|
|
aeson >= 0.7 && < 1.1,
|
2016-06-14 07:44:09 -05:00
|
|
|
tagsoup >= 0.13.7 && < 0.15,
|
2012-09-30 11:53:18 -07:00
|
|
|
base64-bytestring >= 0.1 && < 1.1,
|
2015-04-20 13:52:48 -05:00
|
|
|
zlib >= 0.5 && < 0.7,
|
2016-06-03 13:13:47 -07:00
|
|
|
highlighting-kate >= 0.6.2 && < 0.7,
|
2016-05-22 09:21:49 -07:00
|
|
|
data-default >= 0.4 && < 0.8,
|
2013-12-26 11:12:37 -08:00
|
|
|
temporary >= 1.1 && < 1.3,
|
2015-02-28 16:55:23 -06:00
|
|
|
blaze-html >= 0.5 && < 0.9,
|
|
|
|
blaze-markup >= 0.5.1 && < 0.8,
|
2014-04-14 17:06:38 -07:00
|
|
|
yaml >= 0.8.8.2 && < 0.9,
|
2014-05-16 09:32:24 +03:00
|
|
|
scientific >= 0.2 && < 0.4,
|
2015-07-14 09:23:47 -07:00
|
|
|
vector >= 0.10 && < 0.12,
|
2015-05-31 13:57:14 +02:00
|
|
|
hslua >= 0.3 && < 0.5,
|
2016-01-01 20:35:38 -08:00
|
|
|
binary >= 0.5 && < 0.9,
|
2014-06-18 11:33:09 -07:00
|
|
|
SHA >= 1.6 && < 1.7,
|
2016-07-15 12:04:00 -07:00
|
|
|
haddock-library >= 1.1 && < 1.5,
|
2014-07-30 00:57:20 +01:00
|
|
|
old-time,
|
2016-01-11 12:48:39 -08:00
|
|
|
deepseq >= 1.3 && < 1.5,
|
2015-02-13 23:29:12 -08:00
|
|
|
JuicyPixels >= 3.1.6.1 && < 3.3,
|
2015-03-16 22:20:42 -07:00
|
|
|
filemanip >= 0.3 && < 0.4,
|
2015-12-29 19:51:08 -08:00
|
|
|
cmark >= 0.5 && < 0.6,
|
2016-10-02 09:30:26 +02:00
|
|
|
doctemplates >= 0.1 && < 0.2,
|
2015-10-12 14:28:11 -07:00
|
|
|
ghc-prim >= 0.2
|
2014-12-19 17:26:14 -08:00
|
|
|
if flag(old-locale)
|
|
|
|
Build-Depends: old-locale >= 1 && < 1.1,
|
|
|
|
time >= 1.2 && < 1.5
|
|
|
|
else
|
2016-05-22 09:21:49 -07:00
|
|
|
Build-Depends: time >= 1.5 && < 1.7
|
2014-08-20 15:34:13 -07:00
|
|
|
if flag(network-uri)
|
|
|
|
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
|
|
|
|
else
|
|
|
|
Build-Depends: network >= 2 && < 2.6
|
2014-05-18 22:04:39 -07:00
|
|
|
if flag(https)
|
2016-10-13 13:01:02 +02:00
|
|
|
Build-Depends: http-client >= 0.4.30 && < 0.6,
|
|
|
|
http-client-tls >= 0.2.4 && < 0.4,
|
2015-10-06 09:14:32 -07:00
|
|
|
http-types >= 0.8 && < 0.10
|
2014-05-18 22:04:39 -07:00
|
|
|
cpp-options: -DHTTP_CLIENT
|
2012-12-29 17:44:02 -08:00
|
|
|
if flag(embed_data_files)
|
|
|
|
cpp-options: -DEMBED_DATA_FILES
|
2015-07-05 13:50:10 -07:00
|
|
|
Build-Tools: hsb2hs >= 0.3.1
|
2013-01-23 08:33:45 -08:00
|
|
|
other-modules: Text.Pandoc.Data
|
2014-02-23 20:35:07 -08:00
|
|
|
if os(windows)
|
2016-01-06 11:11:59 -08:00
|
|
|
Cpp-options: -D_WINDOWS
|
2016-06-04 15:21:56 -07:00
|
|
|
Ghc-Options: -Wall -fno-warn-unused-do-bind
|
|
|
|
Ghc-Prof-Options: -fprof-auto-exported
|
2012-02-06 08:10:56 -08:00
|
|
|
Default-Language: Haskell98
|
2012-02-06 08:07:17 -08:00
|
|
|
Other-Extensions: PatternGuards, OverloadedStrings,
|
|
|
|
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
|
|
|
RelaxedPolyRec, DeriveDataTypeable, TypeSynonymInstances,
|
|
|
|
FlexibleInstances
|
2015-11-09 11:15:11 -08:00
|
|
|
Hs-Source-Dirs: src
|
|
|
|
if impl(ghc < 7.10)
|
|
|
|
Hs-Source-Dirs: prelude
|
|
|
|
Other-Modules: Prelude
|
2010-07-21 11:24:50 -07:00
|
|
|
|
2007-11-06 00:07:17 +00:00
|
|
|
Exposed-Modules: Text.Pandoc,
|
2012-07-25 10:18:57 -07:00
|
|
|
Text.Pandoc.Options,
|
2010-12-12 20:09:14 -08:00
|
|
|
Text.Pandoc.Pretty,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Shared,
|
2014-07-31 12:00:21 -07:00
|
|
|
Text.Pandoc.MediaBag,
|
2015-02-18 12:55:04 +00:00
|
|
|
Text.Pandoc.Error,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Readers.HTML,
|
|
|
|
Text.Pandoc.Readers.LaTeX,
|
|
|
|
Text.Pandoc.Readers.Markdown,
|
2015-03-16 22:20:42 -07:00
|
|
|
Text.Pandoc.Readers.CommonMark,
|
2012-09-10 10:02:12 -07:00
|
|
|
Text.Pandoc.Readers.MediaWiki,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Readers.RST,
|
2014-03-04 00:33:25 +01:00
|
|
|
Text.Pandoc.Readers.Org,
|
2012-04-14 16:44:21 -07:00
|
|
|
Text.Pandoc.Readers.DocBook,
|
2013-03-17 17:43:51 -07:00
|
|
|
Text.Pandoc.Readers.OPML,
|
2007-12-02 00:36:32 +00:00
|
|
|
Text.Pandoc.Readers.TeXMath,
|
2010-10-03 20:55:46 +02:00
|
|
|
Text.Pandoc.Readers.Textile,
|
2011-01-19 18:36:27 -08:00
|
|
|
Text.Pandoc.Readers.Native,
|
2013-03-28 14:53:10 -07:00
|
|
|
Text.Pandoc.Readers.Haddock,
|
2014-07-07 20:21:38 +02:00
|
|
|
Text.Pandoc.Readers.TWiki,
|
2015-06-28 14:39:17 -07:00
|
|
|
Text.Pandoc.Readers.Txt2Tags,
|
2014-06-16 22:44:40 -07:00
|
|
|
Text.Pandoc.Readers.Docx,
|
2015-07-23 09:06:14 +02:00
|
|
|
Text.Pandoc.Readers.Odt,
|
2014-07-30 00:57:20 +01:00
|
|
|
Text.Pandoc.Readers.EPUB,
|
2010-07-04 13:55:48 -07:00
|
|
|
Text.Pandoc.Writers.Native,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Writers.Docbook,
|
2013-03-19 20:35:14 -07:00
|
|
|
Text.Pandoc.Writers.OPML,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Writers.HTML,
|
2013-12-01 21:11:39 +01:00
|
|
|
Text.Pandoc.Writers.ICML,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Writers.LaTeX,
|
|
|
|
Text.Pandoc.Writers.ConTeXt,
|
2008-03-19 18:45:51 +00:00
|
|
|
Text.Pandoc.Writers.OpenDocument,
|
2008-02-24 20:40:17 +00:00
|
|
|
Text.Pandoc.Writers.Texinfo,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Writers.Man,
|
|
|
|
Text.Pandoc.Writers.Markdown,
|
2015-03-23 11:35:44 -07:00
|
|
|
Text.Pandoc.Writers.CommonMark,
|
2014-06-18 15:32:13 -07:00
|
|
|
Text.Pandoc.Writers.Haddock,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Writers.RST,
|
2010-12-04 15:57:39 +05:30
|
|
|
Text.Pandoc.Writers.Org,
|
2011-11-18 21:09:23 -08:00
|
|
|
Text.Pandoc.Writers.AsciiDoc,
|
2013-04-02 21:08:38 -07:00
|
|
|
Text.Pandoc.Writers.Custom,
|
2010-04-10 12:38:07 -07:00
|
|
|
Text.Pandoc.Writers.Textile,
|
2008-07-27 03:25:51 +00:00
|
|
|
Text.Pandoc.Writers.MediaWiki,
|
2013-07-14 13:40:27 +01:00
|
|
|
Text.Pandoc.Writers.DokuWiki,
|
2016-06-28 23:11:42 -07:00
|
|
|
Text.Pandoc.Writers.ZimWiki,
|
2007-11-06 00:07:17 +00:00
|
|
|
Text.Pandoc.Writers.RTF,
|
2010-07-02 20:12:14 -07:00
|
|
|
Text.Pandoc.Writers.ODT,
|
2012-01-03 12:10:10 -08:00
|
|
|
Text.Pandoc.Writers.Docx,
|
2010-07-02 22:07:00 -07:00
|
|
|
Text.Pandoc.Writers.EPUB,
|
2012-04-24 20:40:33 -04:00
|
|
|
Text.Pandoc.Writers.FB2,
|
2016-01-21 15:31:12 -08:00
|
|
|
Text.Pandoc.Writers.TEI,
|
2012-01-20 18:57:16 -08:00
|
|
|
Text.Pandoc.PDF,
|
2012-09-25 19:54:21 -07:00
|
|
|
Text.Pandoc.UTF8,
|
2011-11-19 00:20:00 -08:00
|
|
|
Text.Pandoc.Templates,
|
2012-12-29 16:42:17 -08:00
|
|
|
Text.Pandoc.XML,
|
2013-08-08 15:13:28 -07:00
|
|
|
Text.Pandoc.SelfContained,
|
2015-07-24 02:53:17 -04:00
|
|
|
Text.Pandoc.Process,
|
|
|
|
Text.Pandoc.CSS
|
2014-06-18 11:33:09 -07:00
|
|
|
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
|
2016-02-26 08:47:26 -05:00
|
|
|
Text.Pandoc.Readers.Docx.Combine,
|
2014-06-16 22:44:40 -07:00
|
|
|
Text.Pandoc.Readers.Docx.Parse,
|
2015-03-01 22:57:35 +03:00
|
|
|
Text.Pandoc.Readers.Docx.Fonts,
|
|
|
|
Text.Pandoc.Readers.Docx.Util,
|
2015-07-23 09:06:14 +02:00
|
|
|
Text.Pandoc.Readers.Docx.StyleMap,
|
|
|
|
Text.Pandoc.Readers.Odt.Base,
|
|
|
|
Text.Pandoc.Readers.Odt.Namespaces,
|
|
|
|
Text.Pandoc.Readers.Odt.StyleReader,
|
|
|
|
Text.Pandoc.Readers.Odt.ContentReader,
|
|
|
|
Text.Pandoc.Readers.Odt.Generic.Fallible,
|
|
|
|
Text.Pandoc.Readers.Odt.Generic.SetMap,
|
|
|
|
Text.Pandoc.Readers.Odt.Generic.Utils,
|
|
|
|
Text.Pandoc.Readers.Odt.Generic.Namespaces,
|
|
|
|
Text.Pandoc.Readers.Odt.Generic.XMLConverter,
|
|
|
|
Text.Pandoc.Readers.Odt.Arrows.State,
|
|
|
|
Text.Pandoc.Readers.Odt.Arrows.Utils,
|
2016-05-22 16:52:06 +02:00
|
|
|
Text.Pandoc.Readers.Org.BlockStarts,
|
2016-05-25 22:50:51 +02:00
|
|
|
Text.Pandoc.Readers.Org.Blocks,
|
2016-07-02 10:04:47 +02:00
|
|
|
Text.Pandoc.Readers.Org.ExportSettings,
|
2016-05-22 16:52:06 +02:00
|
|
|
Text.Pandoc.Readers.Org.Inlines,
|
2016-08-29 14:10:51 +02:00
|
|
|
Text.Pandoc.Readers.Org.Meta,
|
2016-05-11 12:26:54 +02:00
|
|
|
Text.Pandoc.Readers.Org.ParserState,
|
2016-05-22 16:33:31 +02:00
|
|
|
Text.Pandoc.Readers.Org.Parsing,
|
2016-05-30 15:07:50 +02:00
|
|
|
Text.Pandoc.Readers.Org.Shared,
|
2013-07-01 20:47:26 -07:00
|
|
|
Text.Pandoc.Writers.Shared,
|
2013-04-23 20:00:58 -07:00
|
|
|
Text.Pandoc.Asciify,
|
2013-03-28 15:31:15 -07:00
|
|
|
Text.Pandoc.MIME,
|
2015-11-13 12:06:39 -08:00
|
|
|
Text.Pandoc.Emoji,
|
2013-02-12 20:14:43 -08:00
|
|
|
Text.Pandoc.Parsing,
|
2010-07-02 22:07:00 -07:00
|
|
|
Text.Pandoc.UUID,
|
2012-01-08 19:16:06 -08:00
|
|
|
Text.Pandoc.ImageSize,
|
2012-01-22 19:58:45 -08:00
|
|
|
Text.Pandoc.Slides,
|
2013-03-05 22:09:42 -08:00
|
|
|
Text.Pandoc.Highlighting,
|
2015-10-14 10:05:17 -07:00
|
|
|
Text.Pandoc.Compat.Time,
|
2009-04-18 16:15:56 +00:00
|
|
|
Paths_pandoc
|
2010-07-21 11:24:50 -07:00
|
|
|
|
2012-12-29 16:42:17 -08:00
|
|
|
Buildable: True
|
2008-07-31 23:16:12 +00:00
|
|
|
|
2007-11-06 00:07:17 +00:00
|
|
|
Executable pandoc
|
2012-12-29 16:42:17 -08:00
|
|
|
Build-Depends: pandoc,
|
2016-10-13 08:46:45 +02:00
|
|
|
pandoc-types >= 1.17 && < 1.18,
|
2012-12-29 16:42:17 -08:00
|
|
|
base >= 4.2 && <5,
|
2016-09-01 06:28:55 -04:00
|
|
|
directory >= 1.2 && < 1.3,
|
2015-03-19 11:47:20 -07:00
|
|
|
filepath >= 1.1 && < 1.5,
|
2014-09-22 21:47:16 -05:00
|
|
|
text >= 0.11 && < 1.3,
|
2012-12-31 14:34:02 -08:00
|
|
|
bytestring >= 0.9 && < 0.11,
|
2011-01-15 11:51:39 -08:00
|
|
|
extensible-exceptions >= 0.1 && < 0.2,
|
2016-06-03 13:13:47 -07:00
|
|
|
highlighting-kate >= 0.6.2 && < 0.7,
|
2016-08-20 22:56:27 +02:00
|
|
|
aeson >= 0.7.0.5 && < 1.1,
|
2014-04-14 17:06:38 -07:00
|
|
|
yaml >= 0.8.8.2 && < 0.9,
|
2013-09-17 21:04:27 -07:00
|
|
|
containers >= 0.1 && < 0.6,
|
2016-05-12 21:01:30 -07:00
|
|
|
HTTP >= 4000.0.5 && < 4000.4
|
2014-08-20 15:34:13 -07:00
|
|
|
if flag(network-uri)
|
2014-09-28 09:10:42 -07:00
|
|
|
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
|
2014-08-20 15:34:13 -07:00
|
|
|
else
|
|
|
|
Build-Depends: network >= 2 && < 2.6
|
2015-11-09 10:08:22 -08:00
|
|
|
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
2015-03-28 10:10:14 -07:00
|
|
|
Ghc-Prof-Options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m
|
2013-04-26 20:33:15 -07:00
|
|
|
if os(windows)
|
|
|
|
Cpp-options: -D_WINDOWS
|
2016-10-23 22:16:00 +02:00
|
|
|
else
|
|
|
|
Build-Depends: unix >= 2.4 && < 2.8
|
|
|
|
|
2012-02-06 08:10:56 -08:00
|
|
|
Default-Language: Haskell98
|
2012-12-29 16:42:17 -08:00
|
|
|
Other-Extensions: PatternGuards, OverloadedStrings,
|
|
|
|
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
|
|
|
RelaxedPolyRec, DeriveDataTypeable, TypeSynonymInstances,
|
|
|
|
FlexibleInstances
|
2015-11-09 11:15:11 -08:00
|
|
|
Hs-Source-Dirs: .
|
|
|
|
if impl(ghc < 7.10)
|
|
|
|
Hs-Source-Dirs: prelude
|
|
|
|
Other-Modules: Prelude
|
2012-12-29 16:42:17 -08:00
|
|
|
Main-Is: pandoc.hs
|
|
|
|
Buildable: True
|
2015-11-09 11:15:11 -08:00
|
|
|
Other-Modules: Paths_pandoc
|
2010-12-15 17:52:35 -08:00
|
|
|
|
2014-08-17 16:11:09 -07:00
|
|
|
Executable trypandoc
|
|
|
|
Main-Is: trypandoc.hs
|
2015-11-09 11:15:11 -08:00
|
|
|
Hs-Source-Dirs: trypandoc
|
|
|
|
if impl(ghc < 7.10)
|
|
|
|
Hs-Source-Dirs: prelude
|
|
|
|
Other-Modules: Prelude
|
2014-08-17 16:11:09 -07:00
|
|
|
default-language: Haskell2010
|
|
|
|
if flag(trypandoc)
|
2014-08-24 08:34:30 -07:00
|
|
|
Build-Depends: base, aeson, pandoc, highlighting-kate,
|
2014-08-24 16:49:26 +02:00
|
|
|
text, wai-extra, wai >= 0.3, http-types
|
2014-08-17 16:11:09 -07:00
|
|
|
Buildable: True
|
|
|
|
else
|
|
|
|
Buildable: False
|
|
|
|
|
2012-07-26 09:43:27 -07:00
|
|
|
Test-Suite test-pandoc
|
|
|
|
Type: exitcode-stdio-1.0
|
|
|
|
Main-Is: test-pandoc.hs
|
2015-11-09 11:15:11 -08:00
|
|
|
Hs-Source-Dirs: tests
|
|
|
|
if impl(ghc < 7.10)
|
|
|
|
Hs-Source-Dirs: prelude
|
|
|
|
Other-Modules: Prelude
|
2012-12-29 16:42:17 -08:00
|
|
|
Build-Depends: base >= 4.2 && < 5,
|
2015-09-23 12:30:14 -07:00
|
|
|
syb >= 0.1 && < 0.7,
|
2012-12-29 16:42:17 -08:00
|
|
|
pandoc,
|
2016-10-13 08:46:45 +02:00
|
|
|
pandoc-types >= 1.17 && < 1.18,
|
2012-12-31 14:34:02 -08:00
|
|
|
bytestring >= 0.9 && < 0.11,
|
2014-09-22 21:47:16 -05:00
|
|
|
text >= 0.11 && < 1.3,
|
2012-12-29 16:42:17 -08:00
|
|
|
directory >= 1 && < 1.3,
|
2015-03-19 11:47:20 -07:00
|
|
|
filepath >= 1.1 && < 1.5,
|
2016-05-12 20:59:08 -07:00
|
|
|
process >= 1 && < 1.5,
|
2016-06-03 13:13:47 -07:00
|
|
|
highlighting-kate >= 0.6.2 && < 0.7,
|
2013-02-13 08:20:02 -08:00
|
|
|
Diff >= 0.2 && < 0.4,
|
2013-01-20 08:46:51 -08:00
|
|
|
test-framework >= 0.3 && < 0.9,
|
|
|
|
test-framework-hunit >= 0.2 && < 0.4,
|
|
|
|
test-framework-quickcheck2 >= 0.2.9 && < 0.4,
|
2016-07-11 08:34:35 +01:00
|
|
|
QuickCheck >= 2.4 && < 2.10,
|
2016-10-18 10:25:23 +02:00
|
|
|
HUnit >= 1.2 && < 1.6,
|
2012-12-29 16:42:17 -08:00
|
|
|
containers >= 0.1 && < 0.6,
|
2014-07-31 12:10:33 -04:00
|
|
|
ansi-terminal >= 0.5 && < 0.7,
|
2014-08-13 08:12:07 -07:00
|
|
|
executable-path >= 0.0 && < 0.1,
|
2016-02-24 20:42:28 -08:00
|
|
|
zip-archive >= 0.2.3.4 && < 0.4
|
2012-12-29 16:42:17 -08:00
|
|
|
Other-Modules: Tests.Old
|
|
|
|
Tests.Helpers
|
|
|
|
Tests.Shared
|
2013-08-10 19:04:15 -07:00
|
|
|
Tests.Walk
|
2012-12-29 16:42:17 -08:00
|
|
|
Tests.Readers.LaTeX
|
2015-05-13 20:39:01 -07:00
|
|
|
Tests.Readers.HTML
|
2012-12-29 16:42:17 -08:00
|
|
|
Tests.Readers.Markdown
|
2014-03-04 00:33:25 +01:00
|
|
|
Tests.Readers.Org
|
2012-12-29 16:42:17 -08:00
|
|
|
Tests.Readers.RST
|
2014-06-16 22:44:40 -07:00
|
|
|
Tests.Readers.Docx
|
2015-07-23 09:06:14 +02:00
|
|
|
Tests.Readers.Odt
|
2014-07-25 20:39:13 +01:00
|
|
|
Tests.Readers.Txt2Tags
|
2014-08-10 14:33:18 +01:00
|
|
|
Tests.Readers.EPUB
|
2012-12-29 16:42:17 -08:00
|
|
|
Tests.Writers.Native
|
|
|
|
Tests.Writers.ConTeXt
|
2014-08-13 16:46:00 -07:00
|
|
|
Tests.Writers.Docbook
|
2012-12-29 16:42:17 -08:00
|
|
|
Tests.Writers.HTML
|
|
|
|
Tests.Writers.Markdown
|
2014-08-03 18:32:31 +04:00
|
|
|
Tests.Writers.Plain
|
2014-05-03 21:24:20 -07:00
|
|
|
Tests.Writers.AsciiDoc
|
2012-12-29 16:42:17 -08:00
|
|
|
Tests.Writers.LaTeX
|
2015-03-28 14:12:18 -07:00
|
|
|
Tests.Writers.Docx
|
2015-04-16 19:27:33 +03:00
|
|
|
Tests.Writers.RST
|
2015-12-24 11:36:58 -05:00
|
|
|
Tests.Writers.TEI
|
2015-11-09 10:08:22 -08:00
|
|
|
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded
|
2012-07-26 08:37:36 -07:00
|
|
|
Default-Language: Haskell98
|
|
|
|
|
2012-07-26 09:18:17 -07:00
|
|
|
benchmark benchmark-pandoc
|
|
|
|
Type: exitcode-stdio-1.0
|
|
|
|
Main-Is: benchmark-pandoc.hs
|
2015-11-09 11:15:11 -08:00
|
|
|
Hs-Source-Dirs: benchmark
|
|
|
|
if impl(ghc < 7.10)
|
|
|
|
Hs-Source-Dirs: prelude
|
|
|
|
Other-Modules: Prelude
|
2012-12-29 16:42:17 -08:00
|
|
|
Build-Depends: pandoc,
|
|
|
|
base >= 4.2 && < 5,
|
2015-09-23 12:30:14 -07:00
|
|
|
syb >= 0.1 && < 0.7,
|
2015-10-09 16:01:08 -07:00
|
|
|
criterion >= 1.0 && < 1.2
|
2015-11-09 10:08:22 -08:00
|
|
|
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
|
2012-07-26 09:18:17 -07:00
|
|
|
Default-Language: Haskell98
|