avoid failing build if cabal failed to update
This commit is contained in:
parent
19715b9cff
commit
e89c5b467f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ rm -f git-annex-installer.exe
|
||||||
# Install haskell dependencies.
|
# Install haskell dependencies.
|
||||||
# cabal install is not run in cygwin, because we don't want configure scripts
|
# cabal install is not run in cygwin, because we don't want configure scripts
|
||||||
# for haskell libraries to link them with the cygwin library.
|
# for haskell libraries to link them with the cygwin library.
|
||||||
cabal update
|
cabal update || true
|
||||||
|
|
||||||
rm -rf MissingH-1.2.0.0
|
rm -rf MissingH-1.2.0.0
|
||||||
cabal unpack MissingH
|
cabal unpack MissingH
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue