summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-02 09:30:26 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-02 09:30:26 +0200
commit5ec9b6352c3c31d7cdaa70f97e43e884e6b06fa1 (patch)
treec75b9c562f48ef81b423eabca89a978f7f5bd713 /pandoc.cabal
parentf49ed2e71a11023b09556f0fdf58abab90a675d8 (diff)
Moved template compiling/rendering code to a separate library.
jgm/doctemplates. This allows the pandoc templating system to be used independently.
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 e8d34e73d..a91c9d02a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -289,6 +289,7 @@ Library
JuicyPixels >= 3.1.6.1 && < 3.3,
filemanip >= 0.3 && < 0.4,
cmark >= 0.5 && < 0.6,
+ doctemplates >= 0.1 && < 0.2,
ghc-prim >= 0.2
if flag(old-locale)
Build-Depends: old-locale >= 1 && < 1.1,