aboutsummaryrefslogtreecommitdiffstats
path: root/cli/cli.cabal
blob: 3d0934eca4f4c6231f5753991f74649e5145eadd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 acms
    main-is:          Main.hs
    hs-source-dirs:   app
    other-modules:
    default-language: GHC2021
    ghc-options:      -Wall
    build-depends:
        aeson,
        aeson-pretty,
        backend,
        base,
        bytestring,
        common,
        filepath,
        optparse-applicative,
        sh,
        text,
        utf8-string