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