diff options
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 |