forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamazonka-examples.cabal
42 lines (38 loc) · 1.11 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
name: amazonka-examples
version: 1.3.7
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-2015 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.DynamoDB
, Example.EC2
, Example.ExceptionSemantics
, Example.S3
, Example.SQS
build-depends:
amazonka == 1.3.7.*
, amazonka-core
, amazonka-dynamodb
, amazonka-ec2
, amazonka-s3
, amazonka-sqs
, base >= 4.7 && < 5
, bytestring
, conduit
, conduit-extra
, exceptions
, lens
, semigroups
, transformers
, text