2015-11-25 06:54:35 +01:00
|
|
|
# This version builds both pandoc and pandoc-citeproc, assuming
|
|
|
|
# pandoc-citeproc is in the pandoc-citeproc subdirectory.
|
|
|
|
flags:
|
|
|
|
pandoc:
|
|
|
|
trypandoc: false
|
|
|
|
https: true
|
|
|
|
embed_data_files: false
|
|
|
|
old-locale: false
|
|
|
|
network-uri: true
|
2016-05-17 05:50:08 +02:00
|
|
|
pandoc-citeproc:
|
|
|
|
bibutils: true
|
|
|
|
embed_data_files: true
|
2016-07-24 01:34:38 +02:00
|
|
|
# if you are on OSX, stack install cpphs and
|
|
|
|
# uncomment the following three lines:
|
|
|
|
#ghc-options:
|
|
|
|
# pandoc-citeproc: '-pgmP cpphs -optP--cpp'
|
|
|
|
# highlighting-kate: '-pgmP cpphs -optP--cpp'
|
2015-11-25 06:54:35 +01:00
|
|
|
packages:
|
|
|
|
- '.'
|
2015-11-29 02:36:05 +01:00
|
|
|
- '../pandoc-citeproc'
|
|
|
|
- '../pandoc-types'
|
2016-07-21 20:04:53 +02:00
|
|
|
extra-deps:
|
|
|
|
- http-client-0.5.0
|
|
|
|
- http-client-tls-0.3.0
|
|
|
|
- data-default-instances-base-0.1.0.1
|
|
|
|
- cmark-0.5.3.1
|
2016-07-24 01:34:38 +02:00
|
|
|
- aeson-pretty-0.8.1
|
2016-07-26 19:13:57 +02:00
|
|
|
- texmath-0.8.6.5
|
2016-07-21 20:04:53 +02:00
|
|
|
resolver: nightly-2016-07-11
|