summaryrefslogtreecommitdiff
path: root/standalone/windows
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:33:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 14:33:36 -0400
commit317a613e304d165e4b3e85fa8991b2e4de759fdc (patch)
tree34e63d802e4eded64ca1c6a80532b30ee1246f1e /standalone/windows
parent87fb1a27cb6df484746edba22cd655d8ca344a95 (diff)
clean
Diffstat (limited to 'standalone/windows')
-rwxr-xr-xstandalone/windows/build.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 4d8b64341..e6f7b7e9e 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -34,9 +34,6 @@ 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.