summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-07-23 22:52:15 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-07-23 23:02:47 -0700
commit85dacbb282f34dc45a810d7c7b5a2d639b70e1f5 (patch)
tree2b6e1bd5086907fb006673bc47986a01ca04a0cf /pandoc.cabal
parent5592666ca44aa0d027cd95bf11cff09825896584 (diff)
Added `--filter` option.
This makes it easier to use JSON filters. Instead of doing pandoc -t json | ./filter | pandoc -f json you can just do pandoc --filter ./filter
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index cd04a2faf..c47273c57 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -360,6 +360,7 @@ Executable pandoc
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.5 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3,
+ process >= 1 && < 1.2,
citeproc-hs >= 0.3.7 && < 0.4
if impl(ghc >= 7.0.1)
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind