packages feed

aws-sign4-1.1.0.1: aws-sign4.cabal

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:          chris.dornan@irisconnect.com
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