]> Git — Sourcephile - majurity.git/commit
move to src/ and tests/
authorJulien Moutinho <julm+hjugement@autogeree.net>
Sat, 11 May 2019 23:38:28 +0000 (23:38 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Sat, 11 May 2019 23:38:28 +0000 (23:38 +0000)
commitc4d8f2ff0b478c97eb3f89486787e6eacf53b669
treed51f43582ca7acd30be0a974bd4585879b60360d
parent312c5ac4af1f1aa64698602c87ec7fbba9b4136b
move to src/ and tests/
18 files changed:
hjugement-protocol/hjugement-protocol.cabal
hjugement-protocol/src/HLint.hs [moved from hjugement-protocol/Protocol/HLint.hs with 100% similarity]
hjugement-protocol/src/Voting/HLint.hs [new symlink]
hjugement-protocol/src/Voting/Protocol.hs [new file with mode: 0644]
hjugement-protocol/src/Voting/Protocol/Arithmetic.hs [moved from hjugement-protocol/Protocol/Arithmetic.hs with 95% similarity]
hjugement-protocol/src/Voting/Protocol/Credential.hs [moved from hjugement-protocol/Protocol/Credential.hs with 88% similarity]
hjugement-protocol/src/Voting/Protocol/Election.hs [moved from hjugement-protocol/Protocol/Election.hs with 93% similarity]
hjugement-protocol/src/Voting/Protocol/HLint.hs [new symlink]
hjugement-protocol/src/Voting/Protocol/Utils.hs [moved from hjugement-protocol/Protocol/Utils.hs with 72% similarity]
hjugement-protocol/test/HUnit/Utils.hs [deleted file]
hjugement-protocol/tests/HLint.hs [new symlink]
hjugement-protocol/tests/HUnit.hs [moved from hjugement-protocol/test/HUnit.hs with 100% similarity]
hjugement-protocol/tests/HUnit/Arithmetic.hs [moved from hjugement-protocol/test/HUnit/Arithmetic.hs with 96% similarity]
hjugement-protocol/tests/HUnit/Credential.hs [moved from hjugement-protocol/test/HUnit/Credential.hs with 93% similarity]
hjugement-protocol/tests/HUnit/Election.hs [moved from hjugement-protocol/test/HUnit/Election.hs with 73% similarity]
hjugement-protocol/tests/HUnit/HLint.hs [new symlink]
hjugement-protocol/tests/Main.hs [new file with mode: 0644]
hjugement-protocol/tests/Utils.hs [new file with mode: 0644]