diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 23:15:20 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-27 23:15:20 -0800 |
commit | c715fa7875b336e8f06d418fa0697cfb3c1cec25 (patch) | |
tree | e94efe356544ff2b95810dc688ee3f103ae6eb6f | |
parent | 62bc894f9e710f93ed28cd9d9e005ddb64adef32 (diff) | |
download | pandoc-c715fa7875b336e8f06d418fa0697cfb3c1cec25.tar.gz |
Added stack.lts9.yaml for building with lts 9 and ghc 8.0.2.
-rw-r--r-- | stack.lts9.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/stack.lts9.yaml b/stack.lts9.yaml new file mode 100644 index 000000000..03bb239a6 --- /dev/null +++ b/stack.lts9.yaml @@ -0,0 +1,28 @@ +flags: + pandoc: + trypandoc: false + 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 +packages: +- '.' +extra-deps: +- pandoc-types-1.17.3 +- hslua-0.9.3 +- hslua-module-text-0.1.2 +- skylighting-0.5 +- texmath-0.10.1 +- cmark-gfm-0.1.1 +- QuickCheck-2.10.0.1 +- tasty-quickcheck-0.9.1 +- doctemplates-0.2.1 +- haddock-library-1.4.3 +- tagsoup-0.14.2 +- pandoc-citeproc-0.12.2 +resolver: lts-9.14 |