diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 17:12:38 +0200 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-10-11 17:12:38 +0200 |
commit | 35eb8836f39b21e5e4f7770936d5a5073ea2b783 (patch) | |
tree | 9cbd97e91128708d35d7c861e67a839f59be9bdc /cli/cli.cabal | |
parent | 8d68caeb8d33ed8390911bfccdb0648e6ff80c7b (diff) |
add cli command `collection schema COLLECTION`
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 d0ad909..bb98d8b 100644 --- a/cli/cli.cabal +++ b/cli/cli.cabal @@ -16,6 +16,7 @@ executable cli ghc-options: -Wall build-depends: aeson, + aeson-pretty, backend, base, bytestring, |