2015-10-16 17:03:59 +02:00
|
|
|
flags:
|
|
|
|
pandoc:
|
|
|
|
trypandoc: false
|
|
|
|
https: true
|
|
|
|
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
|
|
|
|
ghc-options:
|
|
|
|
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
|
2015-10-16 18:31:44 +02:00
|
|
|
highlighting-kate: '-pgmP cpphs -optP--cpp'
|
2015-10-16 17:03:59 +02:00
|
|
|
packages:
|
2015-10-25 05:17:05 +01:00
|
|
|
- '..'
|
2016-01-04 05:52:59 +01:00
|
|
|
- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz'
|
2015-12-30 22:27:17 +01:00
|
|
|
extra-deps:
|
|
|
|
- 'cmark-0.5.0'
|
2016-01-09 22:54:36 +01:00
|
|
|
- 'pandoc-types-1.16.0.1'
|
|
|
|
# Use older aeson to avoid excessive memory use in compilation:
|
|
|
|
- 'aeson-0.8.0.2'
|
|
|
|
resolver: lts-4.0
|