From a73005011bb5e956b8c9e69916c56a81655ac6e2 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 6 Oct 2018 10:04:15 -1000 Subject: [PATCH] appveyor: try using newer network and ghc 8.4 (#888) --- .appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 47d8acca5..581710c17 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -70,7 +70,8 @@ install: # 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 --stack-yaml=stack-ghc8.2.yaml setup +- stack setup #- set PATH=C:\Users\appveyor\AppData\Roaming\local\bin;%PATH% #- stack install shelltestrunner @@ -80,7 +81,8 @@ install: # hledger-api not tried recently build_script: #- 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 +# specifying network to avoid https://github.com/haskell/network/issues/313 +- stack build --test --copy-bins --local-bin-path=. hledger hledger-web network-2.7.0.2 - 7z a -tzip hledger.zip hledger.exe hledger-web.exe #- hledger-install/hledger-install.sh #- make stacktest