author: Julien Moutinho build-type: Simple cabal-version: >= 1.18 category: Language 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 README.md (en) and/or Marjolaine Leray's comic: (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) extra-source-files: extra-doc-files: README.md extra-tmp-files: license: GPL-3 license-file: COPYING maintainer: Julien Moutinho name: hjugement stability: experimental synopsis: Majority Judgment. tested-with: GHC==8.0.2 version: 1.0.0.20170804 Source-Repository head location: git://git.autogeree.net/hjugement type: git Library exposed-modules: Hjugement Hjugement.Majority default-language: Haskell2010 default-extensions: ghc-options: -Wall -fno-warn-tabs build-depends: base >= 4.6 && < 5 , containers > 0.5 Test-Suite hjugement-test type: exitcode-stdio-1.0 default-language: Haskell2010 default-extensions: ghc-options: -Wall -fno-warn-tabs hs-source-dirs: test main-is: Main.hs other-modules: HUnit QuickCheck Types build-depends: base >= 4.6 && < 5 , containers >= 0.5 && < 0.6 , hjugement , QuickCheck >= 2.0 , tasty >= 0.11 , tasty-hunit , tasty-quickcheck , text , transformers >= 0.4 && < 0.6