]> Git — Sourcephile - majurity.git/blob - hjugement-cli/hjugement-cli.cabal
cli: update to new symantic-cli
[majurity.git] / hjugement-cli / hjugement-cli.cabal
1 name: hjugement-cli
2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20190721
6 category: Politic
7 synopsis: Majority Judgment and Helios-C command line tool
8 description:
9 Work in progress command line interface for:
10 .
11 * <https://hackage.haskell.org/package/hjugement hjugement>
12 * <https://hackage.haskell.org/package/hjugemen-protocol hjugement-protocol>
13 .
14 Run with --help parameter to read the manual.
15 extra-doc-files:
16 license: GPL-3
17 license-file: COPYING
18 stability: experimental
19 author: Julien Moutinho <julm+hjugement@autogeree.net>
20 maintainer: Julien Moutinho <julm+hjugement@autogeree.net>
21 bug-reports: Julien Moutinho <julm+hjugement@autogeree.net>
22 -- homepage:
23
24 build-type: Simple
25 cabal-version: 2.0
26 tested-with: GHC==8.6.4
27 extra-source-files:
28 stack.yaml
29 extra-tmp-files:
30
31 Source-Repository head
32 location: git://git.autogeree.net/hjugement
33 type: git
34
35 Executable hjugement
36 hs-source-dirs: src
37 main-is: Main.hs
38 other-modules:
39 Hjugement.CLI
40 Hjugement.CLI.Administrator
41 Hjugement.CLI.Registrar
42 Hjugement.CLI.Trustee
43 Hjugement.CLI.Utils
44 Paths_hjugement_cli
45 autogen-modules:
46 Paths_hjugement_cli
47 default-language: Haskell2010
48 default-extensions:
49 AllowAmbiguousTypes
50 ConstraintKinds
51 DefaultSignatures
52 FlexibleContexts
53 FlexibleInstances
54 GeneralizedNewtypeDeriving
55 LambdaCase
56 MonoLocalBinds
57 MultiParamTypeClasses
58 NamedFieldPuns
59 NoImplicitPrelude
60 NoMonomorphismRestriction
61 RecordWildCards
62 ScopedTypeVariables
63 StandaloneDeriving
64 TupleSections
65 TypeApplications
66 TypeFamilies
67 TypeOperators
68 ghc-options:
69 -Wall
70 -Wincomplete-uni-patterns
71 -Wincomplete-record-updates
72 -fno-warn-tabs
73 -- -fhide-source-paths
74 build-depends:
75 hjugement >= 2.0
76 , hjugement-protocol >= 0.0.1
77 , aeson >= 1.3
78 , base >= 4.6 && < 5
79 , base64-bytestring >= 1.0
80 , binary >= 0.8
81 , bytestring >= 0.10
82 , containers >= 0.5
83 , cryptonite >= 0.25
84 , deepseq >= 1.4
85 , directory >= 1.3
86 , filepath >= 1.4
87 , ghc-prim >= 0.5
88 , lens-family-core >= 1.2
89 , memory >= 0.14
90 , pipes >= 4.3
91 , pipes-aeson >= 0.4
92 , pipes-bytestring >= 2.1
93 , pipes-group >= 1.0
94 , pipes-parse >= 3.0
95 , pipes-safe >= 2.3
96 , pipes-text >= 0.0.2.5
97 , random >= 1.1
98 , reflection >= 2.1
99 , symantic-cli >= 2.4
100 , symantic-document >= 1.5
101 , terminal-size >= 0.3
102 , text >= 1.2
103 , time >= 1.8
104 , transformers >= 0.5
105 , unix >= 2.7
106 , unordered-containers >= 0.2.8