From ffa3d7160ead338a75f04167bc4931b8b55d608c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 27 Dec 2017 20:21:37 -0800 Subject: Removed stack.pkg.yaml. We only really need stack.yaml; we can put flag settings for pandoc-citeproc there. Also use ghc-8.0.2 in dockerized linux build. This is the only version available for alpine so far. --- 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 15d97d9d2..a64af6621 100644 --- a/windows/make-windows-installer.bat +++ b/windows/make-windows-installer.bat @@ -1,5 +1,5 @@ @echo off -stack install --test --ghc-options="-O2" --stack-yaml=..\stack.pkg.yml +stack install --test --ghc-options="-O2" --stack-yaml=..\stack.yaml 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