diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-04 14:51:23 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-04 14:51:23 -0400 |
commit | 70c9568b040252521837cc0b59e81d23c2a54940 (patch) | |
tree | 0f9eb2d7a619e6733b247a48dc3458b80f1aa31c /standalone | |
parent | 364a185527375c1dd824d70978800bc522c7ed67 (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 a35df65a1..f13f50083 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, |