summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:31:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:31:47 -0400
commit87fb1a27cb6df484746edba22cd655d8ca344a95 (patch)
treeab13fd37ef0a37e0120066ce54ab79298a9a630a /standalone
parentc35f4b4d06064a12005c7a67a10efec83dfd493b (diff)
update warp to fixed version
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index e6f7b7e9e..4d8b64341 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -34,6 +34,9 @@ cabal update || true
cabal install --only-dependencies || true
+# new version
+cabal install warp
+
# Detect when the last build was an incremental build and failed,
# and try a full build. Done this way because this shell seems a bit
# broken.