aboutsummaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
authorGravatar Yury V. Zaytsev <yury@shurup.com>2013-08-24 10:58:54 +0200
committerGravatar Yury V. Zaytsev <yury@shurup.com>2013-08-24 11:06:10 +0200
commit75eb31a3f67238e8baa87e638e81a6610541b27c (patch)
tree66d4cd023bc44ab3b1c49ec61d17089bbed7390d /standalone/windows/build.sh
parentfad69a02bb4487e625021c91d631b66284314f98 (diff)
windows: MissingH-1.2.0.2 has been released and it no longer needs patching
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Diffstat (limited to 'standalone/windows/build.sh')
-rw-r--r--standalone/windows/build.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 670b418d0..c61063ade 100644
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -26,14 +26,7 @@ rm -f git-annex-installer.exe
# for haskell libraries to link them with the cygwin library.
cabal update || true
-MISSINGH_VERSION="1.2.0.1"
-
-rm -rf MissingH-${MISSINGH_VERSION}
-cabal unpack MissingH
-cd MissingH-${MISSINGH_VERSION}
-withcyg patch -p1 <../standalone/windows/haskell-patches/ccc5967426a14eb7e8978277ed4fa937f8e0c514.patch
-cabal install || true
-cd ..
+cabal install MissingH
cabal install --only-dependencies -f"$FLAGS"