From 35bf45a81da20d782a8a654703eca14543e25def Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 11 Oct 2024 14:17:33 +0200 Subject: add CLI draft --- cli/cli.cabal | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cli/cli.cabal (limited to 'cli/cli.cabal') diff --git a/cli/cli.cabal b/cli/cli.cabal new file mode 100644 index 0000000..5065732 --- /dev/null +++ b/cli/cli.cabal @@ -0,0 +1,24 @@ +cabal-version: 3.4 +name: cli +version: 0.1.0.0 +license: BSD-2-Clause +license-file: LICENSE +maintainer: aforemny@posteo.de +author: Alexander Foremny +build-type: Simple +extra-doc-files: CHANGELOG.md + +executable cli + main-is: Main.hs + hs-source-dirs: app + other-modules: API.Collection + default-language: GHC2021 + ghc-options: -Wall + build-depends: + aeson, + base, + bytestring, + filepath, + optparse-applicative, + sh, + text -- cgit v1.2.3