-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
74 lines (71 loc) · 1.29 KB
/
package.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: karma
version: 0.1.0.0
synopsis: Collect karma points
description: Jee jee
author: Oleg Grenrus <[email protected]>
maintainer: Oleg Grenrus <[email protected]>
license: BSD3
github: osakunta/karma
category: Web
tested-with: GHC==7.10.3
extra-source-files:
- README.md
ghc-options: -Wall
library:
source-dirs: src
dependencies:
- base >=4.7 && <4.9
- aeson >=0.8 && <0.12
- aeson-compat
- auto-update
- base-compat
- Chart
- hmatrix
- hmatrix-gsl
- Chart-diagrams
- colour
- diagrams-svg
- diagrams-core
- diagrams-lib
- diagrams-rasterific
- bifunctors
- blaze-html
- bytestring
- containers
- either
- file-embed
- friendly-time
- http-client
- http-client-tls
- http-media
- http-types
- lens
- lucid
- markdown
- mtl
- pretty
- semigroups
- postgresql-simple
- postgresql-simple-url
- resource-pool
- servant
- servant-lucid
- servant-server
- stm
- tagged
- text
- time
- transformers
- tz
- unordered-containers
- vector
- wai
- warp
executables:
karma-server:
ghc-options: -threaded
main: Main.hs
source-dirs: srv
dependencies:
- base
- karma