diff options
Diffstat (limited to 'scripts/ci/steps/10-dependencies.sh')
-rw-r--r-- | scripts/ci/steps/10-dependencies.sh | 3 |
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 |