From 28b2c0fe75aa872c8c7de645f7e9194b6370f778 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 4 Jul 2018 21:34:18 +0100 Subject: [PATCH] tools: appveyor: switch back to 8.2 to avoid network build error network 2.7.0.1 fixes this, but we can't depend on that yet. [ci skip] --- .appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 50aa91129..84bc5ea97 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -50,12 +50,12 @@ install: # # install ghc -# using ghc 8.2 to avoid a hledger-web -> network/stack build issue on windows, +#- stack setup +# use ghc 8.2 to avoid a hledger-web -> network/stack build issue on windows, # network 2.7.0.1 should work around it when released # https://github.com/haskell/network/issues/313 # https://github.com/commercialhaskell/stack/issues/3944 -#- stack --stack-yaml=stack-ghc8.2.yaml setup -- stack setup +- stack --stack-yaml=stack-ghc8.2.yaml setup #- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% #- stack install shelltestrunner @@ -64,8 +64,8 @@ install: # hledger-ui's vty dep isn't available on windows # hledger-api not tried recently build_script: -#- stack --stack-yaml=stack-ghc8.2.yaml build --test --copy-bins --local-bin-path=. hledger hledger-web -- stack build --test --copy-bins --local-bin-path=. hledger hledger-web +#- stack build --test --copy-bins --local-bin-path=. hledger hledger-web +- stack build --test --copy-bins --local-bin-path=. hledger hledger-web --stack-yaml=stack-ghc8.2.yaml - 7z a -tzip hledger.zip hledger.exe hledger-web.exe #- hledger-install/hledger-install.sh #- make stacktest