name: aws-sdk version: 0.4.2.0 synopsis: AWS SDK for Haskell description: An AWS(Amazon Web Services) liblary for Haskell. license: BSD3 license-file: LICENSE author: Yusuke Nomura maintainer: Yusuke Nomura homepage: http://worksap-ate.github.com/aws-sdk copyright: AWS SDK for Haskell Developers category: Cloud, AWS, Distributed Computing build-type: Simple cabal-version: >=1.8 library exposed-modules: AWS , AWS.Types , AWS.EC2 , AWS.EC2.Types , AWS.EC2.Util , AWS.EC2.Metadata , AWS.RDS , AWS.RDS.Types , AWS.ELB , AWS.ELB.Types other-modules: AWS.Util , AWS.Credential , AWS.Class , AWS.EC2.Internal , AWS.EC2.Address , AWS.EC2.AvailabilityZone , AWS.EC2.Image , AWS.EC2.Instance , AWS.EC2.Volume , AWS.EC2.KeyPair , AWS.EC2.Snapshot , AWS.EC2.SecurityGroup , AWS.EC2.Query , AWS.EC2.Region , AWS.EC2.VPC , AWS.EC2.Tag , AWS.EC2.Params , AWS.Lib.Parser , AWS.Lib.Query , AWS.RDS.Internal , AWS.RDS.DBInstance , AWS.ELB.Internal , AWS.ELB.LoadBalancer ghc-options: -Wall -fno-warn-unused-do-bind extensions: OverloadedStrings build-depends: base >= 4 && < 5 , containers <= 0.4.2.1 , SHA , base64-bytestring >= 1.0.0.0 , bytestring , http-types , conduit >= 0.5.0 , transformers , time , old-locale , http-conduit , data-default , xml-conduit , xml-types , text , monad-control , safe , simple-config >= 1.1.1.0 , parsec , mtl , lifted-base , transformers-base , strptime test-suite test type: exitcode-stdio-1.0 main-is: main.hs hs-source-dirs: tests ghc-options: -Wall build-depends: base , hspec , QuickCheck source-repository head type: git location: git://github.com/worksap-ate/aws-sdk.git