ae6ba1533b
If you use a custom syntax definition that refers to a syntax you haven't loaded, pandoc will now complain when it is highlighting the text, rather than at the start. This saves a huge performance hit from the `missingIncludes` check. Closes #4226.
29 lines
567 B
YAML
29 lines
567 B
YAML
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.5
|
|
- hslua-module-text-0.1.2
|
|
- skylighting-0.5.1
|
|
- 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
|
|
- hs-bibutils-6.2.0.1
|
|
- pandoc-citeproc-0.12.2.5
|
|
resolver: lts-9.14
|