forked from aristidb/aws
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaws.cabal
154 lines (131 loc) · 5.89 KB
/
aws.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
-- aws.cabal auto-generated by cabal init. For additional options, see
-- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
-- The name of the package.
Name: aws
-- The package version. See the Haskell package versioning policy
-- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for
-- standards guiding when and how versions should be incremented.
Version: 0.7.0
-- A short (one-line) description of the package.
Synopsis: Amazon Web Services (AWS) for Haskell
-- A longer description of the package.
Description: Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at <https://github.com/aristidb/aws/blob/master/README.org>.
-- URL for the project homepage or repository.
Homepage: http://github.com/aristidb/aws
-- The license under which the package is released.
License: BSD3
-- The file containing the license text.
License-file: LICENSE
-- The package author(s).
Author: Aristid Breitkreuz, Felipe Lessa
-- An email address to which users can send suggestions, bug reports,
-- and patches.
Maintainer: [email protected]
-- A copyright notice.
Copyright: Copyright (C) 2010 Aristid Breitkreuz
Category: Network, Web
Build-type: Simple
-- Extra files to be distributed with the package, such as examples or
-- a README.
Extra-source-files: README.org
Examples/GetObject.hs
Examples/SimpleDb.hs
-- Constraint on the version of Cabal needed to build this package.
Cabal-version: >=1.8
Source-repository this
type: git
location: https://github.com/aristidb/aws.git
tag: 0.5.0
Source-repository head
type: git
location: https://github.com/aristidb/aws.git
Library
-- Modules exported by the library.
Exposed-modules:
Aws,
Aws.Aws,
Aws.Core,
Aws.S3,
Aws.S3.Commands,
Aws.S3.Commands.DeleteObject,
Aws.S3.Commands.GetBucket,
Aws.S3.Commands.GetObject,
Aws.S3.Commands.GetService,
Aws.S3.Commands.PutBucket,
Aws.S3.Commands.PutObject,
Aws.S3.Core,
Aws.SimpleDb,
Aws.SimpleDb.Commands,
Aws.SimpleDb.Commands.Attributes,
Aws.SimpleDb.Commands.Domain,
Aws.SimpleDb.Commands.Select,
Aws.SimpleDb.Core,
Aws.Sqs,
Aws.Sqs.Commands,
Aws.Sqs.Commands.Permission,
Aws.Sqs.Commands.Message,
Aws.Sqs.Commands.Queue,
Aws.Sqs.Commands.QueueAttributes,
Aws.Sqs.Core,
Aws.Ses,
Aws.Ses.Commands,
Aws.Ses.Commands.SendRawEmail,
Aws.Ses.Core
Aws.Route53,
Aws.Route53.Core
Aws.Route53.Commands,
Aws.Route53.Commands.ListHostedZones,
Aws.Route53.Commands.ListResourceRecordSets,
Aws.Route53.Commands.ChangeResourceRecordSets,
Aws.Route53.Commands.GetHostedZone,
Aws.Route53.Commands.CreateHostedZone,
Aws.Route53.Commands.DeleteHostedZone,
Aws.Route53.Commands.GetChange,
Aws.Route53.Commands.GetDate
-- Packages needed in order to build this package.
Build-depends: attempt >= 0.3.1.1 && < 0.5,
base == 4.*,
base64-bytestring == 0.1.*,
blaze-builder >= 0.2.1.4 && < 0.4,
bytestring == 0.9.*,
case-insensitive >= 0.2 && < 0.5,
cereal == 0.3.*,
conduit >= 0.5 && < 0.6,
containers >= 0.4,
crypto-api >= 0.9,
cryptohash >= 0.6 && < 0.8,
directory >= 1.0 && < 1.2,
failure >= 0.1.0.1 && < 0.3,
filepath >= 1.1 && < 1.4,
http-conduit >= 1.5 && < 1.6,
http-types >= 0.7 && < 0.8,
lifted-base == 0.1.*,
mtl == 2.*,
monad-control >= 0.3,
old-locale == 1.*,
text >= 0.11,
time >= 1.1.4 && < 1.5,
transformers >= 0.2.2.0 && < 0.4,
utf8-string == 0.3.*,
xml-conduit >= 1.0.1 && <1.1,
xml-hamlet >= 0.3.0
GHC-Options: -Wall
Extensions:
RecordWildCards,
TypeFamilies,
MultiParamTypeClasses,
FlexibleContexts,
FlexibleInstances,
FunctionalDependencies,
DeriveFunctor,
DeriveDataTypeable,
OverloadedStrings,
TupleSections,
ScopedTypeVariables,
EmptyDataDecls,
GeneralizedNewtypeDeriving,
QuasiQuotes
-- Modules not exported by this package.
-- Other-modules:
-- Extra tools (e.g. alex, hsc2hs, ...) needed to build the source.
-- Build-tools: