Add to other-extensions field for use by cabal solver (#5728)

This commit is contained in:
Vanessa McHale 2019-09-09 05:28:17 +00:00 committed by John MacFarlane
parent 9f984ff26a
commit 8f5ab97569

View file

@ -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