2015-11-24 21:54:35 -08: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-16 20:50:08 -07:00
|
|
|
pandoc-citeproc:
|
|
|
|
bibutils: true
|
|
|
|
embed_data_files: true
|
2016-07-23 16:34:38 -07: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-24 21:54:35 -08:00
|
|
|
packages:
|
|
|
|
- '.'
|
2015-11-28 17:36:05 -08:00
|
|
|
- '../pandoc-citeproc'
|
|
|
|
- '../pandoc-types'
|
2016-07-21 11:04:53 -07: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-23 16:34:38 -07:00
|
|
|
- aeson-pretty-0.8.1
|
2016-07-26 10:13:57 -07:00
|
|
|
- texmath-0.8.6.5
|
2016-07-21 11:04:53 -07:00
|
|
|
resolver: nightly-2016-07-11
|