5c1d844e40
* Name change OSX -> macOS
fix commit c96b64e
This commit finishes remaining osx to macOS change, as well as replacing MacOS with macOS.
The reason for the later one is because the "correct" casing of macOS is like that. Apple styles it to looks like iOS, watchOS, tvOS, etc. And unfortunately they all start with a lowercase letter, making propercasing (or even title-casing) odd.
* fix casing of Linux, UNIX, and Windows
25 lines
626 B
YAML
25 lines
626 B
YAML
# This version builds both pandoc and pandoc-citeproc, assuming
|
|
# pandoc-citeproc is in the pandoc-citeproc subdirectory.
|
|
flags:
|
|
pandoc:
|
|
trypandoc: false
|
|
embed_data_files: false
|
|
old-locale: false
|
|
network-uri: true
|
|
pandoc-citeproc:
|
|
bibutils: true
|
|
embed_data_files: true
|
|
# if you are on macOS, stack install cpphs and
|
|
# uncomment the following three lines:
|
|
ghc-options:
|
|
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
|
|
highlighting-kate: '-pgmP cpphs -optP--cpp'
|
|
packages:
|
|
- '.'
|
|
- '../pandoc-citeproc'
|
|
- '../pandoc-types'
|
|
- '../texmath'
|
|
extra-deps:
|
|
- hslua-0.8.0
|
|
- skylighting-0.3.3
|
|
resolver: lts-8.12
|