summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a31bc21b9..00a1aab34 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,3 @@
-cache:
-- "C:\\Program Files\\Haskell Platform\\2014.2.0.0"
-
install:
- cmd: 'git submodule update --init'
- ps: |
@@ -10,7 +7,7 @@ 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"
- choco install wixtoolset
+ # choco install wixtoolset
cabal sandbox init
$env:Path += ";.\.cabal-sandbox\bin"
cabal update