diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-06 18:52:24 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-06 18:52:24 +0200 |
| commit | c2053ee0585280229375b10283cb9e8dbb903734 (patch) | |
| tree | e724cb864f3737917d6532737ee9be8cdeacf41b /deps.sh | |
| parent | e55a21280d255399e9d1f1979f2035fc9ead8666 (diff) | |
Add deps.sh
Diffstat (limited to 'deps.sh')
| -rw-r--r-- | deps.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh + +set -euo pipefail + +cabal install --lib hashable +cabal install --lib mtl |
