From 254c67a4fb7d0723c1ddcc4645a36c7bad5aba8d Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Sat, 20 Nov 2010 22:00:57 -0800 Subject: [PATCH] Made citeproc flag default to True. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.