diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-04 15:04:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-04 15:04:52 -0400 |
commit | bab757768982e8681b40cc4db909ef73881f3182 (patch) | |
tree | 71237b29a11ec1927db6d2053a4815f6934077ed /standalone | |
parent | ecc5774a44760d8088a9eb36b30c55719ccca439 (diff) |
remove workaround
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index f13f50083..a35df65a1 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -38,8 +38,6 @@ 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, |