]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - add-program.cabal
Merge branch 'portability'
[xdg-ninja.git] / add-program.cabal
1 cabal-version: 2.4
2 name: add-program
3 version: 0.1.0.0
4
5 -- A short (one-line) description of the package.
6 -- synopsis:
7
8 -- A longer description of the package.
9 -- description:
10
11 -- A URL where users can report bugs.
12 -- bug-reports:
13
14 -- The license under which the package is released.
15 -- license:
16 author: b3nj4m1n
17 maintainer: b3nj4m1n@gmx.net
18
19 -- A copyright notice.
20 -- copyright:
21 -- category:
22
23 executable add-program
24 main-is: add-program.hs
25
26 -- Modules included in this executable, other than Main.
27 -- other-modules:
28
29 -- LANGUAGE extensions used by modules in this package.
30 -- other-extensions:
31 build-depends:
32 base ^>=4.15.1.0,
33 process ^>=1.6.13.2,
34 text,
35 aeson,
36 bytestring,
37 uuid,
38 entropy,
39 haskeline,
40 text-ansi,
41 extra,
42 aeson-pretty,
43 hs-source-dirs: app
44 default-language: Haskell2010
45