diff options
author | Yury V. Zaytsev <yury@shurup.com> | 2013-08-09 09:39:24 +0200 |
---|---|---|
committer | Yury V. Zaytsev <yury@shurup.com> | 2013-08-09 09:40:17 +0200 |
commit | 2eb4c748fce5fa2d1db1a34a71f8968c022dee0b (patch) | |
tree | 9076e398aafa08714cae8b9c65e38b8a82a9f133 /standalone/windows/build.sh | |
parent | 89a9a79d71f62a06e5ab09c0df181e4adbaa027d (diff) |
windows: refresh missingh patch from https://github.com/jgoerzen/missingh/pull/14
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
Diffstat (limited to 'standalone/windows/build.sh')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 6b9cdd3ff..670b418d0 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -31,7 +31,7 @@ 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/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch +withcyg patch -p1 <../standalone/windows/haskell-patches/ccc5967426a14eb7e8978277ed4fa937f8e0c514.patch cabal install || true cd .. |