summaryrefslogtreecommitdiff
path: root/dev/update-dependencies.sh
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2013-12-25 19:33:46 +0000
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-04 21:01:57 +0400
commit648283c992ca2036f31dcb2041686d90e92e0d40 (patch)
tree2f8b7a14b068a3e542f6dfad1dadb1f9d038cd93 /dev/update-dependencies.sh
parent98c9297b6d74d4e1635716190a7cb83cd43a03e0 (diff)
Add some dev scripts
Diffstat (limited to 'dev/update-dependencies.sh')
-rwxr-xr-xdev/update-dependencies.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev/update-dependencies.sh b/dev/update-dependencies.sh
new file mode 100755
index 00000000..ebe78608
--- /dev/null
+++ b/dev/update-dependencies.sh
@@ -0,0 +1,7 @@
1#!/bin/sh
2
3cd $(dirname $0)/..
4
5git submodule foreach git fetch
6git submodule update --recursive --checkout --force
7cabal install --enable-tests --only-dependencies --reinstall