From 8e6ea699e92e1429dbb27bb96271f350effac9e0 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Mon, 15 May 2017 19:26:37 +0200 Subject: [PATCH] appveyor.yml: Don't install hsb2hs. We now use file-embed instead. --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5a10fa47d..aca4943d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,6 @@ install: before_test: # the stack install already fails without the templates... - git submodule update --init - # set PATH to where the hsb2hs binary is copied to - - cmd: set "PATH=%PATH%;%APPDATA%\\local\\bin" - - stack install hsb2hs test_script: # The ugly echo "" hack is to avoid complaints about 0 being an invalid file