diff options
| author | John MacFarlane <[email protected]> | 2017-12-27 20:21:37 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2017-12-27 20:21:37 -0800 |
| commit | ffa3d7160ead338a75f04167bc4931b8b55d608c (patch) | |
| tree | 2e9777432c8f1fe6a45d2b7b53ccbd5905dc7654 /stack.yaml | |
| parent | 4371b07cd103863d8a0ec06fa4ecf78ad5eb3a27 (diff) | |
Removed stack.pkg.yaml.
We only really need stack.yaml; we can put flag settings
for pandoc-citeproc there.
Also use ghc-8.0.2 in dockerized linux build. This is
the only version available for alpine so far.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index e04468cfc..450c7c3ae 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,9 +1,16 @@ flags: pandoc: trypandoc: false - embed_data_files: 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: [] resolver: lts-10.1 |
