-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaws-cloudfront-signer.cabal
55 lines (44 loc) · 1.67 KB
/
aws-cloudfront-signer.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
Name: aws-cloudfront-signer
Version: 1.1.0.3
Synopsis: For signing AWS CloudFront HTTP URL requests
Description: Provides functions for reading in the signing keys from file and making up time-limited, signed URLS for accessing AWS CloudFront-hosted files.
Homepage: http://github.com/iconnect/aws-cloudfront-signer
Author: Chris Dornan
Maintainer: [email protected]
License: BSD3
License-file: LICENSE
Copyright: (C) Chris Dornan
Category: Network
Category: Network, Web, AWS, Cloud, Distributed Computing
Build-type: Simple
Cabal-version: >= 1.14
flag time15
default: True
Source-repository this
type: git
location: https://github.com/iconnect/aws-cloudfront-signer.git
tag: 1.1.0.2
Source-repository head
type: git
location: https://github.com/iconnect/aws-cloudfront-signer.git
library
Hs-Source-Dirs: src
Build-depends:
RSA >= 1.2.2.0 ,
asn1-types >= 0.2.0 ,
asn1-encoding >= 0.8.0 ,
base == 4.* ,
base64-bytestring == 1.0.* ,
bytestring >= 0.9 ,
crypto-pubkey-types >= 0.4.0
if flag(time15)
Build-depends:
time >= 1.5.0
else
Build-depends:
old-locale >= 1 ,
time >= 1.1.4
Exposed-modules:
Aws.CloudFront.Signer
Default-Language: Haskell2010
GHC-Options: -Wall