[commit: packages/filepath] master: Remove cache clearing (9fe78c3)
git at git.haskell.org
git at git.haskell.org
Mon Dec 28 20:40:02 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/9fe78c3473a6fc47ad2e3f03214a3d60b7373b29
>---------------------------------------------------------------
commit 9fe78c3473a6fc47ad2e3f03214a3d60b7373b29
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Tue Dec 22 10:58:33 2015 +0000
Remove cache clearing
>---------------------------------------------------------------
9fe78c3473a6fc47ad2e3f03214a3d60b7373b29
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index fe96cbd..79b35ca 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,5 @@
cache:
-- "c:\\sr -> appveyor.yml" # stack root, short paths == less problems
+- "c:\\sr" # stack root, short paths == less problems
build: off
More information about the ghc-commits
mailing list