]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - add-program.cabal
xdg-ninja: remove shellcheck disable SC2016
[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 ^>=1.2.5.0,
35 aeson ^>=1.5.6.0,
36 bytestring ^>=0.10.12.1,
37 uuid ^>=1.3.15,
38 entropy ^>=0.4.1.7,
39 haskeline ^>=0.8.2,
40 text-ansi ^>=0.1.1,
41 extra ^>=1.7.10,
42 aeson-pretty ^>=0.8.9,
43 hs-source-dirs: app
44 default-language: Haskell2010
45