From 65bb52bc3b0a7d3f46faa8243721e74169ce15f8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 4 Oct 2015 14:51:23 -0400 Subject: [PATCH] force installing older warp; current fails to build --- standalone/windows/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index a35df65a1a..f13f500839 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -38,6 +38,8 @@ rm -f git-annex-installer.exe # for haskell libraries to link them with the cygwin library. cabal update || true +cabal install warp-3.1.3.1 + cabal install --only-dependencies || true # Detect when the last build was an incremental build and failed,