-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwasted-vote.cabal
49 lines (37 loc) · 1.19 KB
/
wasted-vote.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Cabal-version: 2.4
Name: wasted-vote
Version: 0.1
Synopsis:
Calculate wasted vote under The New Electoral College.
Description:
Wasted Votes are all votes that didn't affect the outcome of an election.
Had they not been cast, the seat count would have been the same.
Homepage: https://newelectoralcollege.com
License: BSD-3-Clause
License-file: LICENSE
Author: TheNewElectoralCollege
Maintainer: info@newelectoralcollege.com
Copyright: Copyright (c) 2021-present, The New Electoral College
Build-type: Simple
source-repository head
type: git
location: git://github.com/NewElectoralCollege/wasted_vote.git
Flag dev {
Description: Turn off optimization and make warnings errors
Default: False
}
Executable wasted-vote
main-is: Main.hs
other-modules: Lrm
Brute
Quota
Party
Output
WastedVote
Election
hs-source-dirs: app
build-depends: base ^>=4.15.0.0,
aeson >= 1.5.6.0,
filepath ^>=1.4.2.1,
bytestring >= 0.10.12.1
default-language: Haskell2010