-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstats-web.cabal
More file actions
44 lines (36 loc) · 1.06 KB
/
stats-web.cabal
File metadata and controls
44 lines (36 loc) · 1.06 KB
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
Name: stats-web
Version: 0.1
Synopsis: Simple Web Stats Interface
Homepage: http://bu.mp
License: AllRightsReserved
License-file: LICENSE
Author: Bump Technologies, Inc
Maintainer: dev@bu.mp
Category: Network
Build-type: Simple
Cabal-version: >=1.8
Library
Exposed-modules: Network.StatsWeb
Build-depends: base >=4 && <5,
stm >= 2.2,
mtl,
text,
scotty,
aeson,
containers,
text-format
Extensions: ScopedTypeVariables,OverloadedStrings
ghc-options: -O2 -Wall
Executable stats_web_test
Main-is: Network/StatsWeb/Test.hs
Build-depends: base >=4 && <5,
stm >= 2.2,
mtl,
text,
scotty,
aeson,
containers,
text-format
Other-Modules: Network.StatsWeb
Extensions: OverloadedStrings
ghc-options: -O2