forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamazonka-examples.cabal
46 lines (42 loc) · 1.22 KB
/
amazonka-examples.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
name: amazonka-examples
version: 1.4.5
synopsis: Basic examples for various amazonka libraries.
homepage: https://github.com/brendanhay/amazonka
license: OtherLicense
license-file: LICENSE
author: Brendan Hay
maintainer: Brendan Hay <[email protected]>
copyright: Copyright (c) 2013-2016 Brendan Hay
build-type: Simple
extra-source-files: README.md
cabal-version: >= 1.10
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
exposed-modules:
Example.APIGateway
, Example.DynamoDB
, Example.EC2
, Example.ExceptionSemantics
, Example.S3
, Example.SQS
build-depends:
amazonka == 1.4.5.*
, amazonka-apigateway
, amazonka-core
, amazonka-dynamodb
, amazonka-ec2
, amazonka-s3
, amazonka-sqs
, base >= 4.7
, bytestring
, conduit
, conduit-extra
, exceptions
, lens
, semigroups
, text
, time
, transformers
, unordered-containers