aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal9
1 files changed, 7 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index eebcb6a2c..d1d623060 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.17.0.3
+Version: 1.17.1
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL
@@ -39,6 +39,7 @@ Data-Files:
data/templates/default.html
data/templates/default.html5
data/templates/default.docbook
+ data/templates/default.docbook5
data/templates/default.tei
data/templates/default.beamer
data/templates/default.opendocument
@@ -145,6 +146,7 @@ Extra-Source-Files:
tests/s5-inserts.html
tests/tables.context
tests/tables.docbook
+ tests/tables.docbook5
tests/tables.dokuwiki
tests/tables.icml
tests/tables.html
@@ -168,6 +170,7 @@ Extra-Source-Files:
tests/writer.latex
tests/writer.context
tests/writer.docbook
+ tests/writer.docbook5
tests/writer.html
tests/writer.man
tests/writer.markdown
@@ -390,6 +393,7 @@ Library
Text.Pandoc.Readers.Odt.Generic.XMLConverter,
Text.Pandoc.Readers.Odt.Arrows.State,
Text.Pandoc.Readers.Odt.Arrows.Utils,
+ Text.Pandoc.Readers.Org.ParserState,
Text.Pandoc.Writers.Shared,
Text.Pandoc.Asciify,
Text.Pandoc.MIME,
@@ -421,7 +425,8 @@ Executable pandoc
aeson >= 0.7.0.5 && < 0.12,
yaml >= 0.8.8.2 && < 0.9,
containers >= 0.1 && < 0.6,
- HTTP >= 4000.0.5 && < 4000.4
+ HTTP >= 4000.0.5 && < 4000.4,
+ process >= 1.0 && < 1.5
if flag(network-uri)
Build-Depends: network-uri >= 2.6 && < 2.7, network >= 2.6
else