summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-04-26 18:21:44 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-04-26 18:21:44 -0700
commitbc95b615b1906b7c8e3c2b3ad439c01e9f4f5eab (patch)
tree5ff7311e471c8afeaf851586f9de24439595a376 /appveyor.yml
parentf00641d629ee898912b15047ac4c432e62362c97 (diff)
appveyor - removed a diagnostic echo.
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 519c7c060..11551a88a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,7 +7,6 @@ install:
$env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\bin"
$env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\lib\extralibs\bin"
$env:Path += ";${env:ProgramFiles}\Haskell Platform\2014.2.0.0\mingw\bin"
- echo "PATH is $env:Path"
cabal update
cabal install --only-dependencies --enable-tests -w "C:\Program Files\Haskell Platform\2014.2.0.0\bin\ghc-7.8.3"