-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
69 lines (64 loc) · 1.23 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
name: haskell-zoho
version: 0.1.0.0
#synopsis:
#description:
homepage: https://github.com/saurabhnanda/haskell-zoho#readme
license: BSD3
author: Saurabh Nanda
maintainer: [email protected]
copyright: Saurabh Nanda
category: Web
extra-source-files:
- README.md
dependencies:
- base >= 4.7 && < 5
- hoauth2
- uri-bytestring
- bytestring
- text
- string-conv
- http-client
- http-client-tls
- http-types
- wreq
- lens
- lens-aeson
- aeson
- aeson-casing
- time
- generic-deriving
- mtl
- containers
- unordered-containers
- retry
- exceptions
- text-conversions
- connection
- unliftio
- unliftio-core
default-extensions:
- TemplateHaskell
- OverloadedStrings
- ScopedTypeVariables
- LambdaCase
- NamedFieldPuns
- RecordWildCards
- DataKinds
- FlexibleInstances
- QuasiQuotes
- DeriveGeneric
- MultiParamTypeClasses
- FunctionalDependencies
- FlexibleContexts
library:
source-dirs:
- src
exposed-modules:
- Zoho.Desk.Account
- Zoho.Desk.Common
- Zoho.Desk.Contact
- Zoho.Desk.Types
- Zoho.Desk.Utils
- Zoho.OAuth
- Zoho.Types
- Zoho.ZohoM