summaryrefslogtreecommitdiff
path: root/dev/update-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/update-dependencies.sh')
-rwxr-xr-xdev/update-dependencies.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/update-dependencies.sh b/dev/update-dependencies.sh
index ebe78608..c83694c3 100755
--- a/dev/update-dependencies.sh
+++ b/dev/update-dependencies.sh
@@ -2,6 +2,10 @@
2 2
3cd $(dirname $0)/.. 3cd $(dirname $0)/..
4 4
5git submodule init
5git submodule foreach git fetch 6git submodule foreach git fetch
6git submodule update --recursive --checkout --force 7git submodule update --recursive --checkout --force
8
9$(dirname $0)/add-sources.sh
10
7cabal install --enable-tests --only-dependencies --reinstall 11cabal install --enable-tests --only-dependencies --reinstall