-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaws-sign4.cabal
76 lines (63 loc) · 2.64 KB
/
aws-sign4.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
Name: aws-sign4
Version: 1.1.0.1
Synopsis: Amazon Web Services (AWS) Signature v4 HTTP request signer
Description: Functions to sign AWS requests with the AWS Signature-V4 protocol (required for the Elastic Transcoder service)
Homepage: http://github.com/iconnect/aws-sign4
License: BSD3
License-file: LICENSE
Author: Chris Dornan
Maintainer: [email protected]
Copyright: (C) Iris Connect Ltd
Category: Network, Web, AWS, Cloud, Distributed Computing
Build-type: Simple
Cabal-version: >=1.10
Source-repository this
type: git
location: https://github.com/iconnect/aws-sign4.git
tag: 1.0.0.0
Source-repository head
type: git
location: https://github.com/iconnect/aws-sign4.git
Library
Exposed-modules:
Aws.Sign4
Build-depends:
aws >= 0.8.3 && < 0.9 ,
base >= 4.6 && < 5.0 ,
blaze-builder >= 0.2.1.4 ,
byteable >= 0.1.0 ,
bytestring >= 0.10 && < 0.11 ,
case-insensitive >= 0.2 ,
cryptohash >= 0.11 && < 0.12 ,
http-types >= 0.7 ,
old-locale >= 1 ,
safe >= 0.3.3 ,
time >= 1.1.4
GHC-Options: -Wall
Default-Language: Haskell2010
Test-Suite ets-sign4
type: detailed-0.9
test-module: Aws.Sign4.Test
Build-depends:
Cabal >= 1.14 ,
aws >= 0.8.3 && < 0.9 ,
attempt >= 0.4 ,
base >= 4.6 && < 4.7 ,
blaze-builder >= 0.2.1.4 ,
byteable >= 0.1.0 ,
bytestring >= 0.10 && < 0.11 ,
bytestring-lexing >= 0.4 ,
case-insensitive >= 0.2 ,
cryptohash >= 0.11 && < 0.12 ,
directory >= 1.1 ,
filepath >= 1.3 ,
http-types >= 0.7 ,
old-locale >= 1 ,
safe >= 0.3.3 ,
text >= 0.11 ,
time >= 1.1.4
Other-modules:
Aws.Sign4
GHC-Options:
-Wall -Werror
Default-Language: Haskell2010