summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-17 21:04:27 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-17 21:04:27 -0700
commit32afe857549f7f83c34fb3759820c4690f8ea380 (patch)
tree58f485e25238c4f9c3768b1328e6b780589da08a /pandoc.cabal
parentc04d2437953fd7de45b1c9fd6c5483f79c4885e0 (diff)
Allow `--metadata` to be repeated for the same key to form a list.
This also has the effect that `--bibliography` can be repeated, as before.
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 dc933fdb1..ace9a5afe 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -345,6 +345,7 @@ Executable pandoc
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.5 && < 0.6,
aeson >= 0.6 && < 0.7,
+ containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
Ghc-Prof-Options: -auto-all -caf-all -rtsopts -with-rtsopts=-K16m