aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-09-25 12:31:51 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-09-25 12:31:51 -0700
commitc85fc92a214ef5b6a6c514fdcd49d246495f9003 (patch)
tree17d1d8a3e86a5fcb10dee6db556ef287f6f43850 /appveyor.yml
parente45ad7415c216df2bfefbea4d32a6b927a5bb1d4 (diff)
downloadpandoc-c85fc92a214ef5b6a6c514fdcd49d246495f9003.tar.gz
appveyor - remove ghc --version.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 07be549be..4282e2a41 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -84,7 +84,6 @@ test_script:
)
- if "%BUILD_TYPE%" == "cabal" (
cabal --version &&
- ghc --version &&
cabal --store-dir="%CABAL_STORE%" new-update &&
cabal --store-dir="%CABAL_STORE%" new-install -w C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.6.1\bin\ghc.exe --symlink-bindir=. %CABAL_BUILD_OPTS% . pandoc-citeproc
)