aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-26 12:20:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-26 12:20:53 -0700
commitbb8f0010153e4b9031edbf4620f21b95f6925ba8 (patch)
tree4b487d49bcb111c539a29d2ae7229d30f56b067d
parent3cd1d568adecea7c5b9c4384fdec06539018b06b (diff)
downloadpandoc-bb8f0010153e4b9031edbf4620f21b95f6925ba8.tar.gz
appveyor.yml - specify full ghc path.
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 35a4b3583..3b629e4b4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,10 +3,10 @@ install:
- 'choco install haskellplatform -version 2014.2.0.0 -y'
- 'SET PATH=%PATH%;"C:\Program Files\Haskell Platform\2014.2.0.0\bin";"C:\Program Files\Haskell Platform\2014.2.0.0\lib\extralibs\bin";"C:\Program Files\Haskell Platform\2014.2.0.0\mingw\bin"'
- cabal update
-- cabal install --only-dependencies --enable-tests
+- cabal install --only-dependencies --enable-tests -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"
build_script:
-- 'cabal configure --enable-tests -v2'
+- 'cabal configure --enable-tests -v2 -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"'
- 'cabal build'
test_script: