aboutsummaryrefslogtreecommitdiff
path: root/scripts/ci/steps/10-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/steps/10-dependencies.sh')
-rw-r--r--scripts/ci/steps/10-dependencies.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci/steps/10-dependencies.sh b/scripts/ci/steps/10-dependencies.sh
new file mode 100644
index 0000000..c506bb8
--- /dev/null
+++ b/scripts/ci/steps/10-dependencies.sh
@@ -0,0 +1,3 @@
+cabal update
+cabal sandbox init
+cabal install --only-dependencies