aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorVanessa McHale <vmchale@users.noreply.github.com>2019-09-09 05:28:17 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-08 22:28:17 -0700
commit8f5ab975695b77d92f5bd6b0faeb0ccaf7e019a5 (patch)
tree045a78f4ea8b76f38f53372a1cc67e1736d2f5cc /pandoc.cabal
parent9f984ff26ac248a27212a37ab34754a2e9261e8c (diff)
downloadpandoc-8f5ab975695b77d92f5bd6b0faeb0ccaf7e019a5.tar.gz
Add to other-extensions field for use by cabal solver (#5728)
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 fd95db3ad..b550fa1b0 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -443,6 +443,7 @@ library
other-modules: Text.Pandoc.Data
if flag(derive_json_via_th)
cpp-options: -DDERIVE_JSON_VIA_TH
+ other-extensions: TemplateHaskell
if os(windows)
cpp-options: -D_WINDOWS
ghc-options: -Wall -fno-warn-unused-do-bind