appveyor - remove ghc --version.

This commit is contained in:
John MacFarlane 2018-09-25 12:31:51 -07:00
parent e45ad7415c
commit c85fc92a21

View file

@ -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
)