Name: aws-sign4 Version: 0.0.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: 0.0.0.1 Source-repository head type: git location: https://github.com/iconnect/aws-sign4.git Library Exposed-modules: Aws.Sign4 Build-depends: aws >= 0.7.6.4 , base == 4.* , blaze-builder >= 0.2.1.4 , byteable >= 0.1.0 , bytestring >= 0.9 , case-insensitive >= 0.2 , cryptohash >= 0.9.1 , 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.7.6.4 , attempt >= 0.4 , base >= 4 , blaze-builder >= 0.2.1.4 , byteable >= 0.1.0 , bytestring >= 0.9 , bytestring-lexing >= 0.4 , case-insensitive >= 0.2 , cryptohash >= 0.9.1 , 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 Default-Language: Haskell2010