aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal22
1 files changed, 21 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 3486ad48c..882397ba4 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 1.13
+Version: 1.13.0.1
Cabal-Version: >= 1.10
Build-Type: Custom
License: GPL
@@ -93,6 +93,9 @@ Extra-Source-Files:
-- generated man pages (produced post-build)
man/man1/pandoc.1
man/man5/pandoc_markdown.5
+ -- trypandoc
+ trypandoc/Makefile
+ trypandoc/index.html
-- tests
tests/bodybg.gif
tests/*.native
@@ -116,6 +119,8 @@ Extra-Source-Files:
tests/s5-inserts.html
tests/tables.context
tests/tables.docbook
+ tests/tables.dokuwiki
+ tests/tables.icml
tests/tables.html
tests/tables.latex
tests/tables.man
@@ -184,6 +189,10 @@ Flag embed_data_files
Description: Embed data files in binary for relocatable executable.
Default: False
+Flag trypandoc
+ Description: Build trypandoc cgi executable.
+ Default: False
+
Flag https
Description: Enable support for downloading of resources over https.
Default: True
@@ -352,6 +361,17 @@ Executable pandoc
Main-Is: pandoc.hs
Buildable: True
+Executable trypandoc
+ Main-Is: trypandoc.hs
+ Hs-Source-Dirs: trypandoc
+ build-depends: base, aeson, pandoc, highlighting-kate,
+ text, wai-extra, wai >= 0.3, http-types
+ default-language: Haskell2010
+ if flag(trypandoc)
+ Buildable: True
+ else
+ Buildable: False
+
-- NOTE: A trick in Setup.hs makes sure this won't be installed:
Executable make-pandoc-man-pages
Main-Is: make-pandoc-man-pages.hs