From bc95b615b1906b7c8e3c2b3ad439c01e9f4f5eab Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Apr 2015 18:21:44 -0700 Subject: appveyor - removed a diagnostic echo. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'appveyor.yml') 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" -- cgit v1.2.3