update stack.yaml to latest lts and remove stack-windows.yaml

The latter should not be needed as this lts version includes Win32.
This commit is contained in:
Joey Hess 2019-07-09 10:33:21 -04:00
parent 7d7d68f0c6
commit 4b7aea8714
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 7 additions and 38 deletions

View file

@ -65,16 +65,15 @@ stack --version
# Update version info for git rev being built.
mkdir -p dist
stack ghc --stack-yaml stack-windows.yaml --no-haddock Build/BuildVersion.hs
stack ghc --no-haddock Build/BuildVersion.hs
./Build/BuildVersion > dist/build-version
# Build git-annex
stack setup --stack-yaml stack-windows.yaml
stack install -j 1 --stack-yaml stack-windows.yaml --no-haddock \
--local-bin-path .
stack setup
stack install -j 1 --no-haddock --local-bin-path .
# Build the installer
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \
withcygpreferred stack ghc --no-haddock \
--package nsis Build/NullSoftInstaller.hs
./Build/NullSoftInstaller