aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-11-20 22:00:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-11-20 22:00:57 -0800
commit254c67a4fb7d0723c1ddcc4645a36c7bad5aba8d (patch)
tree380fdbde82c3f57583644b1e63e8d038876cd533
parent05f5766abedbc7643cbefb94325a2d77830fa9db (diff)
downloadpandoc-254c67a4fb7d0723c1ddcc4645a36c7bad5aba8d.tar.gz
Made citeproc flag default to True.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 20173a19b..368fbb065 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -147,7 +147,7 @@ Flag wrappers
Default: True
Flag citeproc
Description: Compile in support for citeproc-hs bibliographic formatting.
- Default: False
+ Default: True
Library
-- Note: the following material must be in both Library and Executable stanzas.