name: hjugement -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change version: 2.0.0.20181029 category: Politic synopsis: Majority Judgment. description: A library for the . . The Majority Judgment is to be “superior to any known method of voting and to any known method of judging competitions, in theory and in practice”. . For introductory explanations, you can read: . * the accompanying README.md file (en), * Marjolaine Leray's comic: (fr), * the dedicated web sites: (fr) and (fr), * a press article I've written: (fr), * or watch: Rida Laraki's conference: (fr). . For comprehensive studies, you can read Michel Balinski and Rida Laraki's: . * textbook: (en) * cahier: (en) * paper: (en) * article: (fr). . And, if you do not mind to dive into a quick and poorly documented code, you can also play around with a Python macro to Libre Office that I've written and embedded into this spreadsheet: . extra-doc-files: README.md license: GPL-3 license-file: COPYING stability: experimental author: Julien Moutinho maintainer: Julien Moutinho bug-reports: Julien Moutinho -- homepage: build-type: Simple cabal-version: 1.24 tested-with: GHC==8.4.3 extra-source-files: stack.yaml extra-tmp-files: Source-Repository head location: git://git.autogeree.net/hjugement type: git Library exposed-modules: Majority.Gauge Majority.Judgment Majority.Merit Majority.Section Majority.Value default-language: Haskell2010 default-extensions: NoImplicitPrelude NamedFieldPuns ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -- -fhide-source-paths build-depends: base >= 4.6 && < 5 , containers >= 0.5 , hashable >= 1.2.6 -- , transformers >= 0.5.2 , unordered-containers >= 0.2.8 Test-Suite hjugement-test type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs other-modules: HUnit QuickCheck Types default-language: Haskell2010 default-extensions: ImplicitPrelude ghc-options: -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates -fno-warn-tabs -- -fhide-source-paths build-depends: hjugement , base >= 4.6 && < 5 , containers >= 0.5 , hashable >= 1.2.6 , QuickCheck >= 2.0 , random >= 1.1 , tasty >= 0.11 , tasty-hunit >= 0.9 , tasty-quickcheck , text >= 1.2 , transformers >= 0.5 , unordered-containers >= 0.2.8