From cc75635bc92a5ef7a76c00b6b02c3a3412326e46 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Feb 2017 22:04:53 +0100 Subject: Windows packaging fixes to use new stack.pkg.yaml. --- windows/make-windows-installer.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') 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 -- cgit v1.2.3