pandoc/stack.yaml
John MacFarlane 1ef3534328 Increase heap space in runtime for benchmarks.
Otherwise we're essentially benchmarking garbage collecting,
which can give very inconsistent results.
2021-03-16 15:59:50 -07:00

21 lines
401 B
YAML

flags:
pandoc:
trypandoc: false
embed_data_files: true
packages:
- '.'
extra-deps:
- hslua-1.3.0
- hslua-module-path-0.1.0
- jira-wiki-markup-1.3.4
- skylighting-core-0.10.4.1
- skylighting-0.10.4.1
- doclayout-0.3.0.2
- citeproc-0.3.0.9
- texmath-0.12.2
- tasty-bench-0.2.2
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-17.5
nix:
packages: [zlib]