name: ec2-signature version: 1.0 synopsis: The Amazon EC2 style signature calculator. description: The Amazon EC2 style signature calculator. license: BSD3 license-file: LICENSE author: Yusuke Nomura maintainer: Yusuke Nomura -- copyright: homepage: https://github.com/worksap-ate/ec2-signature category: Network build-type: Simple cabal-version: >=1.8 library exposed-modules: Network.HTTP.Rest.Signature.EC2 extensions: OverloadedStrings ghc-options: -Wall -fno-warn-unused-do-bind build-depends: base == 4.* , bytestring , base64-bytestring , containers , SHA , http-types source-repository head type: git location: git://github.com/yunomu/ec2-signature.git