2 -- PVP: +-+------- breaking API changes
3 -- | | +----- non-breaking API additions
4 -- | | | +--- code changes with no API change
5 version: 0.0.0.20191104
7 synopsis: Majority Judgment and Helios-C command line tool
9 Work in progress command line interface for:
11 * <https://hackage.haskell.org/package/hjugement hjugement>
12 * <https://hackage.haskell.org/package/hjugement-protocol hjugement-protocol>
14 Run with --help parameter to read the manual.
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>
26 tested-with: GHC==8.6.5
31 Source-Repository head
32 location: git://git.autogeree.net/hjugement
40 Hjugement.CLI.Administrator
41 Hjugement.CLI.Registrar
48 default-language: Haskell2010
55 GeneralizedNewtypeDeriving
61 NoMonomorphismRestriction
71 -Wincomplete-uni-patterns
72 -Wincomplete-record-updates
74 -- -fhide-source-paths
77 , hjugement-protocol >= 0.0.10
80 , base64-bytestring >= 1.0
89 , lens-family-core >= 1.2
93 , pipes-bytestring >= 2.1
97 , pipes-text >= 0.0.2.5
100 , symantic-cli >= 2.4.2
101 , symantic-document >= 1.5.1
102 , terminal-size >= 0.3
105 , transformers >= 0.5
107 , unordered-containers >= 0.2.8