packages feed

hjugement-1.0.0.20170808: hjugement.cabal

author: Julien Moutinho <julm+hjugement@autogeree.net>
build-type: Simple
cabal-version: >= 1.18
category: Language
description:
  A library for the <http://libgen.io/book/index.php?md5=BF67AA4298C1CE7633187546AA53E01D Majority Judgment>.
  .
  The Majority Judgment is <http://libgen.io/book/index.php?md5=BF67AA4298C1CE7633187546AA53E01D judged by its authors>
  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: <https://www.lechoixcommun.fr/articles/Vous_reprendrez_bien_un_peu_de_democratie-2.html Vous reprendrez bien un peu de démocratie ?> (fr)
  .
  Or watch: Rida Laraki's conference: <https://mixitconf.org/2017/majority-judgment Le Jugement Majoritaire> (fr)
  .
  For comprehensive studies, you can read Michel Balinski and Rida Laraki's:
  .
  * textbook: <http://libgen.io/book/index.php?md5=BF67AA4298C1CE7633187546AA53E01D Majority Judgment: Measuring, Ranking, and Electing> (en)
  * cahier: <http://www.lamsade.dauphine.fr/sites/default/IMG/pdf/cahier_377.pdf Majority Judgment vs. Majority Rule> (en)
  * paper: <https://1007421605497013616-a-1802744773732722657-s-sites.googlegroups.com/site/ridalaraki/xfiles/BalinskiLarakiJudgeDontVotecahierderecherche2010-27.pdf Judge : Don't Vote!> (en)
  * article: <https://www.cairn.info/revue-francaise-d-economie-2012-4-page-11.htm Jugement majoritaire versus vote majoritaire (via les présidentielles 2011-2012)> (fr)
extra-source-files:
extra-doc-files: README.md
extra-tmp-files:
license: GPL-3
license-file: COPYING
maintainer: Julien Moutinho <julm+hjugement@autogeree.net>
name: hjugement
stability: experimental
synopsis: Majority Judgment.
tested-with: GHC==8.0.2
version: 1.0.0.20170808

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