aboutsummaryrefslogtreecommitdiff
path: root/macos
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-12 21:41:16 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-12 21:45:30 +0100
commit395f20a0484b3be14614169b74a8f5b9e063bb2b (patch)
tree5abfab3ff890c4991228fa42f42d9ed9c5f48199 /macos
parent2e5d076af7f219d0bb8459d5c310df2f511f2464 (diff)
downloadpandoc-395f20a0484b3be14614169b74a8f5b9e063bb2b.tar.gz
Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.
Diffstat (limited to 'macos')
-rwxr-xr-xmacos/make_macos_package.sh2
-rw-r--r--macos/stack.yaml21
2 files changed, 1 insertions, 22 deletions
diff --git a/macos/make_macos_package.sh b/macos/make_macos_package.sh
index 39e7bf1c2..911219f14 100755
--- a/macos/make_macos_package.sh
+++ b/macos/make_macos_package.sh
@@ -28,7 +28,7 @@ which cpphs || stack install cpphs
echo Building pandoc...
stack clean
-stack install --stack-yaml=$MACOS/stack.yaml --local-bin-path . pandoc pandoc-citeproc
+stack install --stack-yaml=stack.pkg.yaml --local-bin-path . pandoc pandoc-citeproc
echo Getting man pages...
make man/pandoc.1
diff --git a/macos/stack.yaml b/macos/stack.yaml
deleted file mode 100644
index 56a348479..000000000
--- a/macos/stack.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-packages:
-- '..'
-- location:
- git: https://github.com/jgm/pandoc-citeproc.git
- commit: 9de619a02f79544bec933e4366a0d2f92ae2fe13
- extra-dep: false
-extra-deps: []
-resolver: lts-8.0