diff options
author | Kierán Meinhardt <kmein@posteo.de> | 2024-10-13 09:55:20 +0200 |
---|---|---|
committer | Kierán Meinhardt <kmein@posteo.de> | 2024-10-13 09:55:24 +0200 |
commit | 962db630a81a4040902c23c773df3069a48db0a3 (patch) | |
tree | 65c2208cd0fe98aa8979080cb22b84edc35253ef /cli/cli.cabal | |
parent | 895772f1e76d0cdf12eba5a579ce889d585c9072 (diff) |
move Collection types to common
Diffstat (limited to 'cli/cli.cabal')
-rw-r--r-- | cli/cli.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/cli.cabal b/cli/cli.cabal index 4a21270..5617808 100644 --- a/cli/cli.cabal +++ b/cli/cli.cabal @@ -20,6 +20,7 @@ executable acms backend, base, bytestring, + common, filepath, optparse-applicative, sh, |