diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-05-16 20:50:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-05-16 20:50:08 -0700 |
commit | ad669e486e3f6920be49adbeeae10ca6f66ff256 (patch) | |
tree | ecff146ab40e1b8016d899b9efdc1fad605ce3d5 /osx | |
parent | 054e6abd0da453ffca04ed443e60d059506ad0eb (diff) | |
download | pandoc-ad669e486e3f6920be49adbeeae10ca6f66ff256.tar.gz |
stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index c29a7f45b..79143c15a 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -11,6 +11,8 @@ flags: unicode_collation: false test_citeproc: false debug: false + texmath: + network-uri: true ghc-options: pandoc-citeproc: '-pgmP cpphs -optP--cpp' highlighting-kate: '-pgmP cpphs -optP--cpp' |