-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
46 lines (43 loc) · 921 Bytes
/
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
name: webmonad
version: 0.1.0.0
homepage: https://github.com/noxecane/webmonad
license: AllRightsReserved
author: Arewa Olakunle
maintainer: [email protected]
copyright: Arewa Olakunle
category: web
ghc-options:
- -Wall
- -Wcompat
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Widentities
- -Wpartial-fields
- -Wredundant-constraints
- -fhide-source-paths
dependencies:
- base >= 4.7 && < 5
- bytestring
- exceptions
- mtl
- opaleye
- profunctors
- product-profunctors
- postgresql-simple
- random
- split
- template-haskell
- text
- time
- transformers
library:
source-dirs: src
exposed-modules:
- Control.Monad.X.Web
- Data.X.AlaCarte
- Data.X.Parser
- Data.X.Time
- Opaleye.X
- Opaleye.X.Alias
- Opaleye.X.TH
- Prelude.X