run cabal update before trying to install build deps
This commit is contained in:
parent
ea8bba4211
commit
8fa2b0e8b8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ withcygpreferred () {
|
|||
# Install haskell dependencies.
|
||||
# cabal install is not run in cygwin, because we don't want configure scripts
|
||||
# for haskell libraries to link them with the cygwin library.
|
||||
cabal update || true
|
||||
cabal install --only-dependencies || true
|
||||
|
||||
# Build git-annex
|
||||
|
|
Loading…
Reference in a new issue