From 395f20a0484b3be14614169b74a8f5b9e063bb2b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Feb 2017 21:41:16 +0100 Subject: Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml. --- deb/make_deb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deb/make_deb.sh') diff --git a/deb/make_deb.sh b/deb/make_deb.sh index f07264d78..572698ae6 100755 --- a/deb/make_deb.sh +++ b/deb/make_deb.sh @@ -22,8 +22,8 @@ mkdir -p $DEST/bin mkdir -p $DEST/share/man/man1 mkdir -p $DEST/share/doc/pandoc -stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . hsb2hs -stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . pandoc pandoc-citeproc +stack install --install-ghc --stack-yaml stack.pkg.yaml --local-bin-path . hsb2hs +stack install --install-ghc --stack-yaml stack.pkg.yaml --local-bin-path . pandoc pandoc-citeproc make man/pandoc.1 # get pandoc-citeproc man page: -- cgit v1.2.3