summaryrefslogtreecommitdiffstats
path: root/deps.sh
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-02-06 18:52:24 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-02-06 18:52:24 +0200
commitc2053ee0585280229375b10283cb9e8dbb903734 (patch)
treee724cb864f3737917d6532737ee9be8cdeacf41b /deps.sh
parente55a21280d255399e9d1f1979f2035fc9ead8666 (diff)
Add deps.sh
Diffstat (limited to 'deps.sh')
-rw-r--r--deps.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps.sh b/deps.sh
new file mode 100644
index 0000000..3d4c73b
--- /dev/null
+++ b/deps.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -euo pipefail
+
+cabal install --lib hashable
+cabal install --lib mtl