summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-01 15:37:02 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-01 15:40:28 -0700
commit53f61019e27dcc14112136609a72b27e17e0eb06 (patch)
tree4366b22d0befba4b75f4b9723a90d85803c758c5 /pandoc.cabal
parent9b0b9b6e03c05ca81ff3cf52787a30ea00cb3a76 (diff)
Added `--metadata/-M` option.
This is like `--variable/-V`, but actually adds to metadata, not just variables.
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 51f60f160..e5deb0896 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -334,6 +334,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
+ pandoc-types >= 1.12 && < 1.13,
base >= 4.2 && <5,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,