aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-10-07 17:33:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-10-07 17:33:41 -0700
commitb235a187dc47e3d0afc8942f4e19c99527e1fca8 (patch)
treeae8883e6343fba46b3eb10ecc65d902bd8ce755f /pandoc.cabal
parent3f28e332bf5608a54c54bd11c77778e46f625764 (diff)
downloadpandoc-b235a187dc47e3d0afc8942f4e19c99527e1fca8.tar.gz
Make derive_json_via_th flag false by default
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1fce2ec93..cef8b571d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -362,7 +362,7 @@ flag embed_data_files
flag derive_json_via_th
Description: Use Template Haskell instead of GHC Generics to derive ToJSON
and FromJSON instances.
- Default: True
+ Default: False
flag trypandoc
Description: Build trypandoc cgi executable.