aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-16 22:16:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-16 22:16:45 -0700
commitbec9f3c641e1376c0ef27d3df5a7b0a3fc7eee4f (patch)
tree53c00a7038058f04f82aab2d149f0851a538156d /pandoc.cabal
parent78ee2416d105bd25337819a49835623a8a296224 (diff)
parentc709cec0bdf7a3029a43f0c46d071a7ca1ab6a13 (diff)
downloadpandoc-bec9f3c641e1376c0ef27d3df5a7b0a3fc7eee4f.tar.gz
Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docx
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal24
1 files changed, 23 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index be7d4977f..00fa4e06a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -184,7 +184,25 @@ Extra-Source-Files:
tests/fb2.math.markdown,
tests/fb2.math.fb2,
tests/fb2.test-small.png,
- tests/fb2.test.jpg
+ tests/fb2.test.jpg,
+ tests/docx.block_quotes.docx,
+ tests/docx.block_quotes_parse_indent.native,
+ tests/docx.headers.docx,
+ tests/docx.headers.native,
+ tests/docx.image.docx,
+ tests/docx.image_no_embed.native,
+ tests/docx.inline_formatting.docx,
+ tests/docx.inline_formatting.native,
+ tests/docx.links.docx,
+ tests/docx.links.native,
+ tests/docx.lists.docx,
+ tests/docx.lists.native,
+ tests/docx.notes.docx,
+ tests/docx.notes.native,
+ tests/docx.tables.docx,
+ tests/docx.tables.native,
+ tests/docx.unicode.docx,
+ tests/docx.unicode.native
Extra-Tmp-Files: man/man1/pandoc.1,
man/man5/pandoc_markdown.5
@@ -275,6 +293,7 @@ Library
Text.Pandoc.Readers.Textile,
Text.Pandoc.Readers.Native,
Text.Pandoc.Readers.Haddock,
+ Text.Pandoc.Readers.DocX,
Text.Pandoc.Writers.Native,
Text.Pandoc.Writers.Docbook,
Text.Pandoc.Writers.OPML,
@@ -305,6 +324,8 @@ Library
Text.Pandoc.Process
Other-Modules: Text.Pandoc.Readers.Haddock.Lex,
Text.Pandoc.Readers.Haddock.Parse,
+ Text.Pandoc.Readers.DocX.Lists,
+ Text.Pandoc.Readers.DocX.Parse,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,
@@ -390,6 +411,7 @@ Test-Suite test-pandoc
Tests.Readers.Markdown
Tests.Readers.Org
Tests.Readers.RST
+ Tests.Readers.DocX
Tests.Writers.Native
Tests.Writers.ConTeXt
Tests.Writers.HTML