]> Git — Sourcephile - majurity.git/commit
Rename {hjugement => judgmentphile}
authorJulien Moutinho <julm+hjugement@autogeree.net>
Thu, 27 Feb 2020 14:28:11 +0000 (15:28 +0100)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Thu, 19 Mar 2020 21:28:44 +0000 (22:28 +0100)
commit823cbc21cfab7a5ea1b792451616313be51f1ae5
treeafeb9a022ecdab078e30fc429d799b2b98059b5c
parent14d815d3b3b6526105ffe3e3e9bf5b97fc91afa2
Rename {hjugement => judgmentphile}
96 files changed:
GNUmakefile
hjugement-protocol/stack.yaml [deleted file]
hjugement/stack.yaml [deleted file]
judgmentphile-cli/COPYING [moved from hjugement-cli/COPYING with 100% similarity]
judgmentphile-cli/HLint.hs [moved from hjugement-cli/HLint.hs with 100% similarity]
judgmentphile-cli/judgmentphile-cli.cabal [moved from hjugement-cli/hjugement-cli.cabal with 71% similarity]
judgmentphile-cli/src/HLint.hs [moved from hjugement-cli/src/HLint.hs with 100% similarity]
judgmentphile-cli/src/Judgmentphile/CLI.hs [moved from hjugement-cli/src/Hjugement/CLI.hs with 75% similarity]
judgmentphile-cli/src/Judgmentphile/CLI/Administrator.hs [moved from hjugement-cli/src/Hjugement/CLI/Administrator.hs with 98% similarity]
judgmentphile-cli/src/Judgmentphile/CLI/HLint.hs [moved from hjugement-cli/src/Hjugement/CLI/HLint.hs with 100% similarity]
judgmentphile-cli/src/Judgmentphile/CLI/Registrar.hs [moved from hjugement-cli/src/Hjugement/CLI/Registrar.hs with 98% similarity]
judgmentphile-cli/src/Judgmentphile/CLI/Trustee.hs [moved from hjugement-cli/src/Hjugement/CLI/Trustee.hs with 98% similarity]
judgmentphile-cli/src/Judgmentphile/CLI/Utils.hs [moved from hjugement-cli/src/Hjugement/CLI/Utils.hs with 99% similarity]
judgmentphile-cli/src/Judgmentphile/CLI/Voter.hs [moved from hjugement-cli/src/Hjugement/CLI/Voter.hs with 98% similarity]
judgmentphile-cli/src/Judgmentphile/HLint.hs [moved from hjugement-cli/src/Hjugement/HLint.hs with 100% similarity]
judgmentphile-cli/src/Main.hs [moved from hjugement-cli/src/Main.hs with 91% similarity]
judgmentphile-cli/stack.yaml [moved from hjugement-cli/stack.yaml with 72% similarity]
judgmentphile-majority/COPYING [moved from hjugement-protocol/COPYING with 100% similarity]
judgmentphile-majority/HLint.hs [moved from hjugement-protocol/HLint.hs with 100% similarity]
judgmentphile-majority/Majority/Gauge.hs [moved from hjugement/Majority/Gauge.hs with 100% similarity]
judgmentphile-majority/Majority/HLint.hs [moved from hjugement-protocol/benchmarks/HLint.hs with 100% similarity]
judgmentphile-majority/Majority/Judgment.hs [moved from hjugement/Majority/Judgment.hs with 100% similarity]
judgmentphile-majority/Majority/Merit.hs [moved from hjugement/Majority/Merit.hs with 100% similarity]
judgmentphile-majority/Majority/Rank.hs [moved from hjugement/Majority/Rank.hs with 100% similarity]
judgmentphile-majority/Majority/Section.hs [moved from hjugement/Majority/Section.hs with 100% similarity]
judgmentphile-majority/Majority/Value.hs [moved from hjugement/Majority/Value.hs with 100% similarity]
judgmentphile-majority/README.md [moved from hjugement/README.md with 100% similarity]
judgmentphile-majority/judgmentphile-majority.cabal [moved from hjugement/hjugement.cabal with 83% similarity]
judgmentphile-majority/stack.yaml [new file with mode: 0644]
judgmentphile-majority/tests/Bug.hs [moved from hjugement/tests/Bug.hs with 100% similarity]
judgmentphile-majority/tests/HLint.hs [moved from hjugement-protocol/src/HLint.hs with 100% similarity]
judgmentphile-majority/tests/HUnit.hs [moved from hjugement/tests/HUnit.hs with 100% similarity]
judgmentphile-majority/tests/HUnit/HLint.hs [moved from hjugement-protocol/src/Voting/HLint.hs with 100% similarity]
judgmentphile-majority/tests/HUnit/Merit.hs [moved from hjugement/tests/HUnit/Merit.hs with 100% similarity]
judgmentphile-majority/tests/HUnit/Rank.hs [moved from hjugement/tests/HUnit/Rank.hs with 100% similarity]
judgmentphile-majority/tests/HUnit/Section.hs [moved from hjugement/tests/HUnit/Section.hs with 100% similarity]
judgmentphile-majority/tests/HUnit/Utils.hs [moved from hjugement/tests/HUnit/Utils.hs with 100% similarity]
judgmentphile-majority/tests/HUnit/Value.hs [moved from hjugement/tests/HUnit/Value.hs with 100% similarity]
judgmentphile-majority/tests/Main.hs [moved from hjugement/tests/Main.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck.hs [moved from hjugement/tests/QuickCheck.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck/Gauge.hs [moved from hjugement/tests/QuickCheck/Gauge.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck/HLint.hs [moved from hjugement-protocol/src/Voting/Protocol/HLint.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck/Merit.hs [moved from hjugement/tests/QuickCheck/Merit.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck/Rank.hs [moved from hjugement/tests/QuickCheck/Rank.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck/Utils.hs [moved from hjugement/tests/QuickCheck/Utils.hs with 100% similarity]
judgmentphile-majority/tests/QuickCheck/Value.hs [moved from hjugement/tests/QuickCheck/Value.hs with 100% similarity]
judgmentphile-majority/tests/Types.hs [moved from hjugement/tests/Types.hs with 100% similarity]
judgmentphile-protocol/COPYING [moved from hjugement/COPYING with 100% similarity]
judgmentphile-protocol/HLint.hs [moved from hjugement-protocol/src/Voting/Protocol/Trustee/HLint.hs with 100% similarity]
judgmentphile-protocol/benchmarks/Election.hs [moved from hjugement-protocol/benchmarks/Election.hs with 100% similarity]
judgmentphile-protocol/benchmarks/HLint.hs [moved from hjugement-protocol/tests/HLint.hs with 100% similarity]
judgmentphile-protocol/benchmarks/Main.hs [moved from hjugement-protocol/benchmarks/Main.hs with 100% similarity]
judgmentphile-protocol/benchmarks/Utils.hs [moved from hjugement-protocol/benchmarks/Utils.hs with 100% similarity]
judgmentphile-protocol/benchmarks/html/.gitignore [moved from hjugement-protocol/benchmarks/html/.gitignore with 100% similarity]
judgmentphile-protocol/judgmentphile-protocol.cabal [moved from hjugement-protocol/hjugement-protocol.cabal with 93% similarity]
judgmentphile-protocol/src/HLint.hs [moved from hjugement-protocol/tests/HUnit/HLint.hs with 100% similarity]
judgmentphile-protocol/src/Voting/HLint.hs [moved from hjugement-protocol/tests/QuickCheck/HLint.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol.hs [moved from hjugement-protocol/src/Voting/Protocol.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Arithmetic.hs [moved from hjugement-protocol/src/Voting/Protocol/Arithmetic.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Credential.hs [moved from hjugement-protocol/src/Voting/Protocol/Credential.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Cryptography.hs [moved from hjugement-protocol/src/Voting/Protocol/Cryptography.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Election.hs [moved from hjugement-protocol/src/Voting/Protocol/Election.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/FFC.hs [moved from hjugement-protocol/src/Voting/Protocol/FFC.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/HLint.hs [moved from hjugement/HLint.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Tally.hs [moved from hjugement-protocol/src/Voting/Protocol/Tally.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Trustee.hs [moved from hjugement-protocol/src/Voting/Protocol/Trustee.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Trustee/HLint.hs [moved from hjugement/Majority/HLint.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Trustee/Indispensable.hs [moved from hjugement-protocol/src/Voting/Protocol/Trustee/Indispensable.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Utils.hs [moved from hjugement-protocol/src/Voting/Protocol/Utils.hs with 100% similarity]
judgmentphile-protocol/src/Voting/Protocol/Version.hs [moved from hjugement-protocol/src/Voting/Protocol/Version.hs with 100% similarity]
judgmentphile-protocol/stack.yaml [new file with mode: 0644]
judgmentphile-protocol/tests/HLint.hs [moved from hjugement/tests/HLint.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit.hs [moved from hjugement-protocol/tests/HUnit.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit/Credential.hs [moved from hjugement-protocol/tests/HUnit/Credential.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit/Election.hs [moved from hjugement-protocol/tests/HUnit/Election.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit/FFC.hs [moved from hjugement-protocol/tests/HUnit/FFC.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit/HLint.hs [moved from hjugement/tests/HUnit/HLint.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit/Trustee.hs [moved from hjugement-protocol/tests/HUnit/Trustee.hs with 100% similarity]
judgmentphile-protocol/tests/HUnit/Trustee/Indispensable.hs [moved from hjugement-protocol/tests/HUnit/Trustee/Indispensable.hs with 100% similarity]
judgmentphile-protocol/tests/Main.hs [moved from hjugement-protocol/tests/Main.hs with 100% similarity]
judgmentphile-protocol/tests/QuickCheck.hs [moved from hjugement-protocol/tests/QuickCheck.hs with 100% similarity]
judgmentphile-protocol/tests/QuickCheck/Election.hs [moved from hjugement-protocol/tests/QuickCheck/Election.hs with 100% similarity]
judgmentphile-protocol/tests/QuickCheck/HLint.hs [moved from hjugement/tests/QuickCheck/HLint.hs with 100% similarity]
judgmentphile-protocol/tests/QuickCheck/Trustee.hs [moved from hjugement-protocol/tests/QuickCheck/Trustee.hs with 100% similarity]
judgmentphile-protocol/tests/Utils.hs [moved from hjugement-protocol/tests/Utils.hs with 100% similarity]
judgmentphile-web/.gitignore [moved from hjugement-web/.gitignore with 100% similarity]
judgmentphile-web/package.json [moved from hjugement-web/package.json with 100% similarity]
judgmentphile-web/packages.dhall [moved from hjugement-web/packages.dhall with 100% similarity]
judgmentphile-web/spago.dhall [moved from hjugement-web/spago.dhall with 100% similarity]
judgmentphile-web/src/Main.purs [moved from hjugement-web/src/Main.purs with 100% similarity]
judgmentphile-web/src/Voting/Protocol/Arithmetic.purs [moved from hjugement-web/src/Voting/Protocol/Arithmetic.purs with 100% similarity]
judgmentphile-web/src/Voting/Protocol/Cryptography.purs [moved from hjugement-web/src/Voting/Protocol/Cryptography.purs with 100% similarity]
judgmentphile-web/src/Voting/Protocol/Utils.purs [moved from hjugement-web/src/Voting/Protocol/Utils.purs with 100% similarity]
judgmentphile-web/src/Voting/Protocol/Version.purs [moved from hjugement-web/src/Voting/Protocol/Version.purs with 100% similarity]
judgmentphile-web/test/Main.purs [moved from hjugement-web/test/Main.purs with 100% similarity]
judgmentphile-web/yarn.lock [moved from hjugement-web/yarn.lock with 100% similarity]