summaryrefslogtreecommitdiff
path: root/dev/update-dependencies.sh
blob: ebe786088ca94d4d7d86ce7191a178f6c7f0529a (plain)
1
2
3
4
5
6
7
#!/bin/sh

cd $(dirname $0)/..

git submodule foreach git fetch
git submodule update --recursive --checkout --force
cabal install --enable-tests --only-dependencies --reinstall