packages feed

aws-cloudfront-signer-1.0.0.0: aws-cloudfront-signer.cabal

Name:               aws-cloudfront-signer
Version:            1.0.0.0
Synopsis:           CloudFront URL signer
Description:        Provides functions for reading in the signing keys from file and making up time-limited, signed URLS for accessing CloudFront-hosted files.
Homepage:           http://github.com/cdornan/cloudfront-signer
Author:             Chris Dornan
Maintainer:         chris@chrisdornan.com
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

Source-repository this
    type: git
    location:       https://github.com/lainepress/aws-cloudfront-signer.git
    tag:            1.0.0.0

Source-repository head
    type: git
    location:       https://github.com/lainepress/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       ,
        old-locale           >= 1           ,
        time                 >= 1.1.4

    Exposed-modules:
        Aws.CloudFront.Signer
   
    Default-Language:   Haskell2010

    GHC-Options:        -Wall