-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtt-ratings.cabal
58 lines (56 loc) · 1.6 KB
/
tt-ratings.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
50
51
52
53
54
55
56
57
58
-- Initial tt-ratings.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: tt-ratings
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Eric Mertens
maintainer: [email protected]
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.8
executable tt-server
main-is: server.hs
ghc-options: -Wall -O2
build-depends: base,
time,
directory,
filepath,
blaze-html,
shakespeare,
hamlet >= 1.1.4,
containers,
lens ,
array,
split,
statistics,
text,
sqlite-simple,
transformers,
mtl,
old-locale,
snaplet-sqlite-simple,
snap-server,
snap-core,
snap,
aeson,
bytestring,
newttrs
other-modules:
DataStore
Event
LawSerialization
MatchEntry
Output.Common
Output.Events
Output.ExportMatches
Output.Formatting
Output.Player
Output.Players
Output.Totals
Output.TournamentSummary
Player
TournamentCompiler