-
Notifications
You must be signed in to change notification settings - Fork 9
/
mailchimp.cabal
78 lines (66 loc) · 1.5 KB
/
mailchimp.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
name: mailchimp
version: 0.4.0
build-type: Simple
cabal-version: >= 1.21
license: MIT
license-file: LICENSE.md
copyright: 2016 Juan Pedro Villa Isaza
author: Juan Pedro Villa Isaza <jpvillaisaza@gmail.com>
maintainer: Juan Pedro Villa Isaza <jpvillaisaza@gmail.com>
stability: Experimental
homepage: https://github.com/jpvillaisaza/mailchimp-haskell
bug-reports: https://github.com/jpvillaisaza/mailchimp-haskell/issues
synopsis: Bindings for the Mailchimp API
description: Haskell bindings for the Mailchimp API.
category: Web
tested-with: GHC == 7.10.3, GHC == 8.0.1, GHC == 8.0.2
extra-source-files:
CHANGELOG.md
README.md
library
hs-source-dirs:
src
exposed-modules:
Web.Mailchimp
Web.Mailchimp.Common
Web.Mailchimp.Extra
Web.Mailchimp.Key
Web.Mailchimp.List
Web.Mailchimp.List.Member
Web.Mailchimp.Tutorial
other-modules:
Paths_mailchimp
build-depends:
aeson
, attoparsec
, base >= 4.9
, bytestring
, http-client
, http-client-tls
, servant >= 0.16
, servant-client
, servant-client-core
, text
, transformers
default-language:
Haskell2010
ghc-options:
-Wall
test-suite sd
type:
exitcode-stdio-1.0
hs-source-dirs:
test
main-is:
Spec.hs
other-modules:
Web.MailchimpSpec
build-depends:
base
, hspec
, mailchimp
default-language:
Haskell2010
source-repository head
type: git
location: https://github.com/jpvillaisaza/mailchimp-haskell