packages feed

aws-sdk-0.2.0.0: aws-sdk.cabal

name:                aws-sdk
version:             0.2.0.0
synopsis:            AWS SDK for Haskell
description:         An AWS(Amazon Web Services) liblary for Haskell.
license:             BSD3
license-file:        LICENSE
author:              Yusuke Nomura <yunomu@gmail.com>
maintainer:          Yusuke Nomura <yunomu@gmail.com>
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.Utils
  other-modules:     AWS.Util
                   , AWS.Credential
                   , 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.Parser
                   , AWS.EC2.Query
                   , AWS.EC2.Region
                   , AWS.EC2.Tag
                   , AWS.EC2.Class
                   , AWS.EC2.Parser
                   , AWS.EC2.Parser.Internal
                   , AWS.EC2.Params
  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.0
                   , parsec3
                   , 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