diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-04 14:51:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-06 16:54:41 -0400 |
commit | 05f7993312cfe82e5168580c69dba317a92aec5e (patch) | |
tree | dac568a531627059d493bf1745469e73ea0ad148 /standalone | |
parent | c9f1a1261d5c6fb88969dce2a360e9ae3f0dc7d1 (diff) |
force installing older warp; current fails to build
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c842907c8..7f577c90e 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, |