summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal13
1 files changed, 13 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 070a3766c..7328ef51f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -370,6 +370,19 @@ Executable pandoc
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
+ Hs-Source-Dirs: man
+ Build-Depends: base >= 4.2 && < 5,
+ pandoc,
+ directory >= 1 && < 1.3,
+ filepath >= 1.1 && < 1.4,
+ old-time >= 1.1 && < 1.2,
+ time >= 1.2 && < 1.5
+ Default-Language: Haskell98
+ Default-Extensions: CPP
+
Test-Suite test-pandoc
Type: exitcode-stdio-1.0
Main-Is: test-pandoc.hs