-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhaskell-zoho.cabal
103 lines (100 loc) · 2.16 KB
/
haskell-zoho.cabal
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
95
96
97
98
99
100
101
102
103
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack
name: haskell-zoho
version: 0.1.0.0
category: Web
homepage: https://github.com/saurabhnanda/haskell-zoho#readme
author: Saurabh Nanda
maintainer: [email protected]
copyright: Saurabh Nanda
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
library
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
other-modules:
Main
Zoho.CRM.Modules
Paths_haskell_zoho
hs-source-dirs:
src
default-extensions:
TemplateHaskell
OverloadedStrings
ScopedTypeVariables
LambdaCase
NamedFieldPuns
RecordWildCards
DataKinds
FlexibleInstances
QuasiQuotes
DeriveGeneric
MultiParamTypeClasses
FunctionalDependencies
FlexibleContexts
DerivingVia
build-depends:
aeson
, aeson-casing
, base >=4.7 && <5
, bytestring
, case-insensitive
, connection
, containers
, exceptions
, generic-deriving
, hoauth2
, http-client
, http-client-tls
, http-types
, lens
, lens-aeson
, mtl
, retry
, string-conv
, text
, text-conversions
, time
, token-bucket
, unliftio
, unliftio-core
, unordered-containers
, uri-bytestring
, wreq
default-language: Haskell2010