]> Git — Sourcephile - majurity.git/blob - hjugement-cli/hjugement-cli.cabal
doc: fix links and stuffs
[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.20191104
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/hjugement-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.5
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 Hjugement.CLI.Voter
45 Paths_hjugement_cli
46 autogen-modules:
47 Paths_hjugement_cli
48 default-language: Haskell2010
49 default-extensions:
50 AllowAmbiguousTypes
51 ConstraintKinds
52 DefaultSignatures
53 FlexibleContexts
54 FlexibleInstances
55 GeneralizedNewtypeDeriving
56 LambdaCase
57 MonoLocalBinds
58 MultiParamTypeClasses
59 NamedFieldPuns
60 NoImplicitPrelude
61 NoMonomorphismRestriction
62 RecordWildCards
63 ScopedTypeVariables
64 StandaloneDeriving
65 TupleSections
66 TypeApplications
67 TypeFamilies
68 TypeOperators
69 ghc-options:
70 -Wall
71 -Wincomplete-uni-patterns
72 -Wincomplete-record-updates
73 -fno-warn-tabs
74 -- -fhide-source-paths
75 build-depends:
76 hjugement >= 2.0.2
77 , hjugement-protocol >= 0.0.10
78 , aeson >= 1.3
79 , base >= 4.6 && < 5
80 , base64-bytestring >= 1.0
81 , binary >= 0.8
82 , bytestring >= 0.10
83 , containers >= 0.5
84 , cryptonite >= 0.25
85 , deepseq >= 1.4
86 , directory >= 1.3
87 , filepath >= 1.4
88 , ghc-prim >= 0.5
89 , lens-family-core >= 1.2
90 , memory >= 0.14
91 , pipes >= 4.3
92 , pipes-aeson >= 0.4
93 , pipes-bytestring >= 2.1
94 , pipes-group >= 1.0
95 , pipes-parse >= 3.0
96 , pipes-safe >= 2.3
97 , pipes-text >= 0.0.2.5
98 , random >= 1.1
99 , reflection >= 2.1
100 , symantic-cli >= 2.4.2
101 , symantic-document >= 1.5.1
102 , terminal-size >= 0.3
103 , text >= 1.2
104 , time >= 1.8
105 , transformers >= 0.5
106 , unix >= 2.7
107 , unordered-containers >= 0.2.8