diff options
Diffstat (limited to 'osx/stack.yaml')
-rw-r--r-- | osx/stack.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml deleted file mode 100644 index c2062eff8..000000000 --- a/osx/stack.yaml +++ /dev/null @@ -1,28 +0,0 @@ -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: -- '..' -- location: - git: https://github.com/jgm/pandoc-citeproc.git - commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 - extra-dep: true -extra-deps: -- texmath-0.9 -- doctemplates-0.1.0.2 -- pandoc-types-1.17.0.4 -- skylighting-0.1.1.2 -resolver: lts-7.14 |