-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
94 lines (91 loc) · 1.85 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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
- token-bucket
- case-insensitive
default-extensions:
- TemplateHaskell
- OverloadedStrings
- ScopedTypeVariables
- LambdaCase
- NamedFieldPuns
- RecordWildCards
- DataKinds
- FlexibleInstances
- QuasiQuotes
- DeriveGeneric
- MultiParamTypeClasses
- FunctionalDependencies
- FlexibleContexts
- DerivingVia
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
- Zoho.Books.Contact
- Zoho.Books.Account
- Zoho.Books.Expense
- Zoho.Books.Bill
- Zoho.Books.Common
- Zoho.Books.Invoice
- Zoho.Books.CreditNote
- Zoho.Books.VendorPayment
- Zoho.Books.CustomerPayment
- Zoho.Books.VendorCredit
- Zoho.Books.Journal
- Zoho.Books.Item
- Zoho.CRM.Records
- Zoho.CRM.Common
- Zoho.CRM.Contacts
- Zoho.CRM.Accounts
- Zoho.CRM.COQL
- Zoho.CRM.Activities
- Zoho.CRM.Users
- Zoho.CRM.Notes
- Zoho.Desk.Ticket
- Zoho.Desk.Thread
- Zoho.Desk.IM
- Zoho.CRM.Common.Utils