diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-12 19:16:53 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-12 19:16:53 +0100 |
commit | 1e694805a1d6ea8ddccf0e2f8a71d7b91819f880 (patch) | |
tree | 6d21570f9f914c33d594796137d32144c7a5ea4d /macos | |
parent | 79561920c8ba64b0d5322c041949b16a8631f278 (diff) | |
download | pandoc-1e694805a1d6ea8ddccf0e2f8a71d7b91819f880.tar.gz |
stack.yamls: Use lts-8.0.
Diffstat (limited to 'macos')
-rw-r--r-- | macos/stack.yaml | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/macos/stack.yaml b/macos/stack.yaml index aeaa2b10c..4cd629f2d 100644 --- a/macos/stack.yaml +++ b/macos/stack.yaml @@ -11,18 +11,11 @@ flags: 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: c53a27513318f1d23303ee27e46da9e7702c798e extra-dep: true -extra-deps: -- texmath-0.9 -- doctemplates-0.1.0.2 -- pandoc-types-1.17.0.4 -- skylighting-0.1.1.4 -resolver: lts-7.14 +extra-deps: [] +resolver: lts-8.0 |