summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-12 22:04:53 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-12 22:04:53 +0100
commitcc75635bc92a5ef7a76c00b6b02c3a3412326e46 (patch)
tree6eea5511d3207962d44075b5b38067afbe0a9b8f /windows
parent395f20a0484b3be14614169b74a8f5b9e063bb2b (diff)
Windows packaging fixes to use new stack.pkg.yaml.
Diffstat (limited to 'windows')
-rw-r--r--windows/make-windows-installer.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/make-windows-installer.bat b/windows/make-windows-installer.bat
index 76f22295e..1517e9bf9 100644
--- a/windows/make-windows-installer.bat
+++ b/windows/make-windows-installer.bat
@@ -1,5 +1,5 @@
@echo off
-stack install --test --stack-yaml ..\stack.pkg.yml
+stack install --test --stack-yaml=..\stack.pkg.yml
if %errorlevel% neq 0 exit /b %errorlevel%
for /f "delims=" %%a in ('stack path --local-bin-path') do @set BINPATH=%%a
%BINPATH%\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html