From bbe766845d09009c0e60850fb3034ddffce0934a Mon Sep 17 00:00:00 2001 From: Han Joosten Date: Mon, 15 Oct 2018 19:31:25 +0200 Subject: [PATCH] minor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2f2ee73f94..b9c95a9ecd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ clone_folder: "c:\\stack" environment: global: STACK_ROOT: "c:\\sr" - TMP: c:/tmp # https://github.com/haskell/cabal/issues/5386 + TMP: c:\\tmp # https://github.com/haskell/cabal/issues/5386 # obtain the stack executable, and also perform a small hack which # converts ssh-based git submodules to https-based ones, that