From c85fc92a214ef5b6a6c514fdcd49d246495f9003 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Tue, 25 Sep 2018 12:31:51 -0700
Subject: [PATCH] appveyor - remove ghc --version.

---
 appveyor.yml | 1 -
 1 file changed, 1 deletion(-)

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
     )