windows: bump missingh version in the autobuilder script
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
0cb9255255
commit
5cf5885895
1 changed files with 5 additions and 3 deletions
|
@ -26,10 +26,12 @@ rm -f git-annex-installer.exe
|
|||
# for haskell libraries to link them with the cygwin library.
|
||||
cabal update || true
|
||||
|
||||
rm -rf MissingH-1.2.0.0
|
||||
MISSINGH_VERSION="1.2.0.1"
|
||||
|
||||
rm -rf MissingH-${MISSINGH_VERSION}
|
||||
cabal unpack MissingH
|
||||
cd MissingH-1.2.0.0
|
||||
withcyg patch -p1 <../standalone/windows/haskell-patches/MissingH_1.2.0.0-0001-hack-around-strange-build-problem-in-jenkins-autobui.patch
|
||||
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
|
||||
cabal install || true
|
||||
cd ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue