aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 09:08:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 09:09:12 -0700
commitca0f34caabc3eaba965bc408bea89c3bfbb77050 (patch)
tree01209e959e9a4fd6d679dc4109ddfdb3cc08636f
parent228a740faf126a8c87c2d931fb436cb9f7e5e378 (diff)
downloadpandoc-ca0f34caabc3eaba965bc408bea89c3bfbb77050.tar.gz
appveyor - install cabal separately.
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6d2ee28a6..15743bbd6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -29,6 +29,7 @@ environment:
- BUILD_TYPE: "cabal"
OSARCH: "windows-i386"
GHC_VERSION: "8.6.1.1"
+ CABAL_VERSION: "2.4.0.0"
CABAL_STORE: "C:\\cs"
CABAL_BUILD_OPTS: "--allow-newer=base --allow-newer=template-haskell --allow-newer=containers -flua_32bits -fembed_data_files"
ARCH: "x86"
@@ -66,7 +67,8 @@ install:
choco install haskell-stack %CHOCO_OPTS%
)
- if "%BUILD_TYPE%" == "cabal" (
- choco install -y ghc --version %GHC_VERSION% --ignore-dependencies %CHOCO_OPTS%
+ choco install -y ghc --version %GHC_VERSION% --ignore-dependencies %CHOCO_OPTS% &&
+ choco install -y cabal --version %CABAL_VERSION% --ignore-dependencies %CHOCO_OPTS%
)
# before_test: