diff options
Diffstat (limited to 'osx/stack.yaml')
-rw-r--r-- | osx/stack.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml new file mode 100644 index 000000000..19ce8482d --- /dev/null +++ b/osx/stack.yaml @@ -0,0 +1,20 @@ +flags: + pandoc: + trypandoc: false + https: true + embed_data_files: true + old-locale: false + network-uri: true + pandoc-citeproc: + bibutils: true + embed_data_files: true + unicode_collation: false + test_citeproc: false + debug: false +ghc-options: + pandoc-citeproc: '-pgmP cpphs -optP--cpp' + highlighting-kate: '-pgmP cpphs -optP--cpp' +packages: +- '..' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz' +resolver: lts-3.16 |