-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
56 lines (52 loc) · 1.22 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
name: fic-wordpress
version: 0.1.0.0
synopsis: A REST API interfacing with Wordpress Datbase & Authentication.
#description:
homepage: https://github.com/Fellowship-For-Intentional-Community/Haskell-Wordpress-API#readme
github: Fellowship-For-Intentional-Community/Haskell-Wordpress-API
license: GPL-3
author: Pavan Rikhi
maintainer: pavan.rikhi@gmail.com
copyright: FIC, 2018
category: Web
extra-source-files:
- README.md
ghc-options:
- -Wall
- -Wcompat
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wredundant-constraints
dependencies:
- base >= 4.7 && < 5
- flow
- mtl
- text
library:
source-dirs: src
dependencies:
- aeson
- base16-bytestring
- bytestring
- cookie
- cryptohash-md5
- cryptohash-sha256
- hs-php-session
- network-uri
- persistent
- persistent-template
- resource-pool
- servant
- servant-server
- time
- uri-encode
- wai
executables:
fic-wordpress:
source-dirs: app
main: Main.hs
dependencies:
- fic-wordpress
- monad-logger
- persistent-mysql
- warp